Html Css Color HEX #D1327B Deep Cerise

📋 copy color: '#D1327B'

red 209 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #D1327B

Tints of Deep Cerise #D1327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 54.71%
G = 13.09%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1327B (or 0xD1327B) is known color: Deep Cerise. HEX triplet: D1, 32 and 7B. RGB value is (209,50,123). Sum of RGB (Red+Green+Blue) = 209+50+123=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1327B is #2ECD84. Grayscale: #696969. Windows color (decimal): -3067269 or 8073937. OLE color: 8073937.

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

Color convert

RGB 209 50 123 -
CMYK 0 0.76 0.41 0.18
HSL 332.45º 0.63% 0.51% -
HSV(B) 332.45º 0.76% 0.82% -
XYZ 31.01 17.27 20.44 -
YUV 105.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 209 50 123 0 0.76 0.41 0.18 332.45 0.63 0.51
Hex D1 32 7B 0 4C 29 12 14C 3F 33
Octal 321 62 173 0 114 51 22 514 77 63
Binary 11010001 110010 1111011 0 1001100 101001 10010 101001100 111111 110011

Color Harmonies of #D1327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1327B

Black with #D1327B

Text Example


Text Example

White with #D1327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1327B; }

 p { color: rgb(209,50,123); }

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

background-color css

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

 a { background-color: rgb(209,50,123); }

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

border-color css

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

 span { border-color: rgb(209,50,123); }

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