Html Css Color HEX #D2296F Cerise

📋 copy color: '#D2296F'

red 210 ◦ green 41 ◦ blue 111

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

Shades of Cerise #D2296F

Tints of Cerise #D2296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 58.01%
G = 11.33%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2296F (or 0xD2296F) is known color: Cerise. HEX triplet: D2, 29 and 6F. RGB value is (210,41,111). Sum of RGB (Red+Green+Blue) = 210+41+111=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D2296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2296F is #2DD690. Grayscale: #636363. Windows color (decimal): -3004049 or 7285202. OLE color: 7285202.

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

Color convert

RGB 210 41 111 -
CMYK 0 0.80 0.47 0.18
HSL 335.15º 0.67% 0.49% -
HSV(B) 335.15º 0.8% 0.82% -
XYZ 30.24 16.44 16.62 -
YUV 99.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 210 41 111 0 0.80 0.47 0.18 335.15 0.67 0.49
Hex D2 29 6F 0 50 2F 12 14F 43 31
Octal 322 51 157 0 120 57 22 517 103 61
Binary 11010010 101001 1101111 0 1010000 101111 10010 101001111 1000011 110001

Color Harmonies of #D2296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2296F

Black with #D2296F

Text Example


Text Example

White with #D2296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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