Html Css Color HEX #D2299D Deep Cerise

📋 copy color: '#D2299D'

red 210 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #D2299D

Tints of Deep Cerise #D2299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 51.47%
G = 10.05%
B = 38.48%

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

#D2299D (or 0xD2299D) is known color: Deep Cerise. HEX triplet: D2, 29 and 9D. RGB value is (210,41,157). Sum of RGB (Red+Green+Blue) = 210+41+157=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2299D is #2DD662. Grayscale: #686868. Windows color (decimal): -3004003 or 10299858. OLE color: 10299858.

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

Color convert

RGB 210 41 157 -
CMYK 0 0.80 0.25 0.18
HSL 318.82º 0.67% 0.49% -
HSV(B) 318.82º 0.8% 0.82% -
XYZ 33.46 17.72 33.56 -
YUV 104.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 210 41 157 0 0.80 0.25 0.18 318.82 0.67 0.49
Hex D2 29 9D 0 50 19 12 13F 43 31
Octal 322 51 235 0 120 31 22 477 103 61
Binary 11010010 101001 10011101 0 1010000 11001 10010 100111111 1000011 110001

Color Harmonies of #D2299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2299D

Black with #D2299D

Text Example


Text Example

White with #D2299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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