Html Css Color HEX #D1349D Deep Cerise

📋 copy color: '#D1349D'

red 209 ◦ green 52 ◦ blue 157

#D1349D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D1349D

Tints of Deep Cerise #D1349D

RGB

 RED value IS 209 (82.03% from 255) = 50%

 GREEN value IS 52 (20.7% from 255) = 12.44%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 50%
G = 12.44%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1349D (or 0xD1349D) is known color: Deep Cerise. HEX triplet: D1, 34 and 9D. RGB value is (209,52,157). Sum of RGB (Red+Green+Blue) = 209+52+157=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1349D is #2ECB62. Grayscale: #6E6E6E. Windows color (decimal): -3066723 or 10302673. OLE color: 10302673.

HSL color Cylindrical-coordinate representation of color #D1349D: hue angle of 319.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1349D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 157 -
CMYK 0 0.75 0.25 0.18
HSL 319.87º 0.63% 0.51% -
HSV(B) 319.87º 0.75% 0.82% -
XYZ 33.61 18.45 33.69 -
YUV 110.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 209 52 157 0 0.75 0.25 0.18 319.87 0.63 0.51
Hex D1 34 9D 0 4B 19 12 140 3F 33
Octal 321 64 235 0 113 31 22 500 77 63
Binary 11010001 110100 10011101 0 1001011 11001 10010 101000000 111111 110011

Color Harmonies of #D1349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1349D

Black with #D1349D

Text Example


Text Example

White with #D1349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1349D; }

 p { color: rgb(209,52,157); }

 H1.HeaderClassName
 {
   color: #D1349D;
 }
 .AnyTagClassName
 {
   color: #D1349D;
 }
</style>

background-color css

<style>
 a { background-color: #D1349D; }

 a { background-color: rgb(209,52,157); }

 div.DivClassName
 {
   background-color: #D1349D;
 }
 .BgClassName
 {
   background-color: #D1349D;
 }
</style>

border-color css

<style>
 span { border-color: #D1349D; }

 span { border-color: rgb(209,52,157); }

 td.TdClassName
 {
   border-color: #D1349D;
 }
 .TagClassName
 {
   border-color: #D1349D;
 }
</style>