Html Css Color HEX #D2286A Cerise

📋 copy color: '#D2286A'

red 210 ◦ green 40 ◦ blue 106

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

Shades of Cerise #D2286A

Tints of Cerise #D2286A

RGB

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

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

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

R = 58.99%
G = 11.24%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2286A (or 0xD2286A) is known color: Cerise. HEX triplet: D2, 28 and 6A. RGB value is (210,40,106). Sum of RGB (Red+Green+Blue) = 210+40+106=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2286A is #2DD795. Grayscale: #626262. Windows color (decimal): -3004310 or 6957266. OLE color: 6957266.

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

Color convert

RGB 210 40 106 -
CMYK 0 0.81 0.50 0.18
HSL 336.71º 0.68% 0.49% -
HSV(B) 336.71º 0.81% 0.82% -
XYZ 29.94 16.26 15.2 -
YUV 98.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 210 40 106 0 0.81 0.50 0.18 336.71 0.68 0.49
Hex D2 28 6A 0 51 32 12 151 44 31
Octal 322 50 152 0 121 62 22 521 104 61
Binary 11010010 101000 1101010 0 1010001 110010 10010 101010001 1000100 110001

Color Harmonies of #D2286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2286A

Black with #D2286A

Text Example


Text Example

White with #D2286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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