Html Css Color HEX #D2246A Cerise

📋 copy color: '#D2246A'

red 210 ◦ green 36 ◦ blue 106

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

Shades of Cerise #D2246A

Tints of Cerise #D2246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

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

R = 59.66%
G = 10.23%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2246A (or 0xD2246A) is known color: Cerise. HEX triplet: D2, 24 and 6A. RGB value is (210,36,106). Sum of RGB (Red+Green+Blue) = 210+36+106=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2246A is #2DDB95. Grayscale: #5F5F5F. Windows color (decimal): -3005334 or 6956242. OLE color: 6956242.

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

Color convert

RGB 210 36 106 -
CMYK 0 0.83 0.50 0.18
HSL 335.86º 0.71% 0.48% -
HSV(B) 335.86º 0.83% 0.82% -
XYZ 29.81 16 15.15 -
YUV 96.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 210 36 106 0 0.83 0.50 0.18 335.86 0.71 0.48
Hex D2 24 6A 0 53 32 12 150 47 30
Octal 322 44 152 0 123 62 22 520 107 60
Binary 11010010 100100 1101010 0 1010011 110010 10010 101010000 1000111 110000

Color Harmonies of #D2246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2246A

Black with #D2246A

Text Example


Text Example

White with #D2246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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