Html Css Color HEX #D1328C Deep Cerise

📋 copy color: '#D1328C'

red 209 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D1328C

Tints of Deep Cerise #D1328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 52.38%
G = 12.53%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1328C (or 0xD1328C) is known color: Deep Cerise. HEX triplet: D1, 32 and 8C. RGB value is (209,50,140). Sum of RGB (Red+Green+Blue) = 209+50+140=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1328C is #2ECD73. Grayscale: #6B6B6B. Windows color (decimal): -3067252 or 9188049. OLE color: 9188049.

HSL color Cylindrical-coordinate representation of color #D1328C: hue angle of 326.04º 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 #D1328C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 140 -
CMYK 0 0.76 0.33 0.18
HSL 326.04º 0.63% 0.51% -
HSV(B) 326.04º 0.76% 0.82% -
XYZ 32.17 17.73 26.54 -
YUV 107.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 209 50 140 0 0.76 0.33 0.18 326.04 0.63 0.51
Hex D1 32 8C 0 4C 21 12 146 3F 33
Octal 321 62 214 0 114 41 22 506 77 63
Binary 11010001 110010 10001100 0 1001100 100001 10010 101000110 111111 110011

Color Harmonies of #D1328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1328C

Black with #D1328C

Text Example


Text Example

White with #D1328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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