Html Css Color HEX #D2299C Deep Cerise

📋 copy color: '#D2299C'

red 210 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #D2299C

Tints of Deep Cerise #D2299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 51.6%
G = 10.07%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2299C (or 0xD2299C) is known color: Deep Cerise. HEX triplet: D2, 29 and 9C. RGB value is (210,41,156). Sum of RGB (Red+Green+Blue) = 210+41+156=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2299C is #2DD663. Grayscale: #686868. Windows color (decimal): -3004004 or 10234322. OLE color: 10234322.

HSL color Cylindrical-coordinate representation of color #D2299C: hue angle of 319.17º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2299C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 156 -
CMYK 0 0.80 0.26 0.18
HSL 319.17º 0.67% 0.49% -
HSV(B) 319.17º 0.8% 0.82% -
XYZ 33.37 17.69 33.11 -
YUV 104.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 210 41 156 0 0.80 0.26 0.18 319.17 0.67 0.49
Hex D2 29 9C 0 50 1A 12 13F 43 31
Octal 322 51 234 0 120 32 22 477 103 61
Binary 11010010 101001 10011100 0 1010000 11010 10010 100111111 1000011 110001

Color Harmonies of #D2299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2299C

Black with #D2299C

Text Example


Text Example

White with #D2299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2299C; }

 p { color: rgb(210,41,156); }

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

background-color css

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

 a { background-color: rgb(210,41,156); }

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

border-color css

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

 span { border-color: rgb(210,41,156); }

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