Html Css Color HEX #D2286F Cerise

📋 copy color: '#D2286F'

red 210 ◦ green 40 ◦ blue 111

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

Shades of Cerise #D2286F

Tints of Cerise #D2286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 58.17%
G = 11.08%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2286F (or 0xD2286F) is known color: Cerise. HEX triplet: D2, 28 and 6F. RGB value is (210,40,111). Sum of RGB (Red+Green+Blue) = 210+40+111=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2286F is #2DD790. Grayscale: #626262. Windows color (decimal): -3004305 or 7284946. OLE color: 7284946.

HSL color Cylindrical-coordinate representation of color #D2286F: hue angle of 334.94º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2286F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 111 -
CMYK 0 0.81 0.47 0.18
HSL 334.94º 0.68% 0.49% -
HSV(B) 334.94º 0.81% 0.82% -
XYZ 30.21 16.37 16.61 -
YUV 98.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 210 40 111 0 0.81 0.47 0.18 334.94 0.68 0.49
Hex D2 28 6F 0 51 2F 12 14F 44 31
Octal 322 50 157 0 121 57 22 517 104 61
Binary 11010010 101000 1101111 0 1010001 101111 10010 101001111 1000100 110001

Color Harmonies of #D2286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2286F

Black with #D2286F

Text Example


Text Example

White with #D2286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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