Html Css Color HEX #D2256A Cerise

📋 copy color: '#D2256A'

red 210 ◦ green 37 ◦ blue 106

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

Shades of Cerise #D2256A

Tints of Cerise #D2256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 59.49%
G = 10.48%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2256A (or 0xD2256A) is known color: Cerise. HEX triplet: D2, 25 and 6A. RGB value is (210,37,106). Sum of RGB (Red+Green+Blue) = 210+37+106=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2256A is #2DDA95. Grayscale: #606060. Windows color (decimal): -3005078 or 6956498. OLE color: 6956498.

HSL color Cylindrical-coordinate representation of color #D2256A: hue angle of 336.07º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2256A is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 106 -
CMYK 0 0.82 0.50 0.18
HSL 336.07º 0.7% 0.48% -
HSV(B) 336.07º 0.82% 0.82% -
XYZ 29.84 16.07 15.16 -
YUV 96.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 210 37 106 0 0.82 0.50 0.18 336.07 0.7 0.48
Hex D2 25 6A 0 52 32 12 150 46 30
Octal 322 45 152 0 122 62 22 520 106 60
Binary 11010010 100101 1101010 0 1010010 110010 10010 101010000 1000110 110000

Color Harmonies of #D2256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2256A

Black with #D2256A

Text Example


Text Example

White with #D2256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2256A; }

 p { color: rgb(210,37,106); }

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

background-color css

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

 a { background-color: rgb(210,37,106); }

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

border-color css

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

 span { border-color: rgb(210,37,106); }

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