Html Css Color HEX #D2299E Deep Cerise

📋 copy color: '#D2299E'

red 210 ◦ green 41 ◦ blue 158

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

Shades of Deep Cerise #D2299E

Tints of Deep Cerise #D2299E

RGB

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

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

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

R = 51.34%
G = 10.02%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2299E (or 0xD2299E) is known color: Deep Cerise. HEX triplet: D2, 29 and 9E. RGB value is (210,41,158). Sum of RGB (Red+Green+Blue) = 210+41+158=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2299E is #2DD661. Grayscale: #686868. Windows color (decimal): -3004002 or 10365394. OLE color: 10365394.

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

Color convert

RGB 210 41 158 -
CMYK 0 0.80 0.25 0.18
HSL 318.46º 0.67% 0.49% -
HSV(B) 318.46º 0.8% 0.82% -
XYZ 33.54 17.76 34.01 -
YUV 104.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 210 41 158 0 0.80 0.25 0.18 318.46 0.67 0.49
Hex D2 29 9E 0 50 19 12 13E 43 31
Octal 322 51 236 0 120 31 22 476 103 61
Binary 11010010 101001 10011110 0 1010000 11001 10010 100111110 1000011 110001

Color Harmonies of #D2299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2299E

Black with #D2299E

Text Example


Text Example

White with #D2299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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