Html Css Color HEX #D0286C Cerise

📋 copy color: '#D0286C'

red 208 ◦ green 40 ◦ blue 108

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

Shades of Cerise #D0286C

Tints of Cerise #D0286C

RGB

 RED value IS 208 (81.64% from 255) = 58.43%

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

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 58.43%
G = 11.24%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0286C (or 0xD0286C) is known color: Cerise. HEX triplet: D0, 28 and 6C. RGB value is (208,40,108). Sum of RGB (Red+Green+Blue) = 208+40+108=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0286C is #2FD793. Grayscale: #616161. Windows color (decimal): -3135380 or 7088336. OLE color: 7088336.

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

Color convert

RGB 208 40 108 -
CMYK 0 0.81 0.48 0.18
HSL 335.71º 0.68% 0.49% -
HSV(B) 335.71º 0.81% 0.82% -
XYZ 29.48 16.01 15.72 -
YUV 97.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 208 40 108 0 0.81 0.48 0.18 335.71 0.68 0.49
Hex D0 28 6C 0 51 30 12 150 44 31
Octal 320 50 154 0 121 60 22 520 104 61
Binary 11010000 101000 1101100 0 1010001 110000 10010 101010000 1000100 110001

Color Harmonies of #D0286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0286C

Black with #D0286C

Text Example


Text Example

White with #D0286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0286C; }

 p { color: rgb(208,40,108); }

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

background-color css

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

 a { background-color: rgb(208,40,108); }

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

border-color css

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

 span { border-color: rgb(208,40,108); }

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