Html Css Color HEX #D2329E Deep Cerise

📋 copy color: '#D2329E'

red 210 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #D2329E

Tints of Deep Cerise #D2329E

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 50.24%
G = 11.96%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2329E (or 0xD2329E) is known color: Deep Cerise. HEX triplet: D2, 32 and 9E. RGB value is (210,50,158). Sum of RGB (Red+Green+Blue) = 210+50+158=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2329E is #2DCD61. Grayscale: #6D6D6D. Windows color (decimal): -3001698 or 10367698. OLE color: 10367698.

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

Color convert

RGB 210 50 158 -
CMYK 0 0.76 0.25 0.18
HSL 319.5º 0.64% 0.51% -
HSV(B) 319.5º 0.76% 0.82% -
XYZ 33.89 18.45 34.12 -
YUV 110.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 210 50 158 0 0.76 0.25 0.18 319.5 0.64 0.51
Hex D2 32 9E 0 4C 19 12 140 40 33
Octal 322 62 236 0 114 31 22 500 100 63
Binary 11010010 110010 10011110 0 1001100 11001 10010 101000000 1000000 110011

Color Harmonies of #D2329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2329E

Black with #D2329E

Text Example


Text Example

White with #D2329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2329E; }

 p { color: rgb(210,50,158); }

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

background-color css

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

 a { background-color: rgb(210,50,158); }

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

border-color css

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

 span { border-color: rgb(210,50,158); }

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