Html Css Color HEX #D0285B Cerise

📋 copy color: '#D0285B'

red 208 ◦ green 40 ◦ blue 91

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

Shades of Cerise #D0285B

Tints of Cerise #D0285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 61.36%
G = 11.8%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0285B (or 0xD0285B) is known color: Cerise. HEX triplet: D0, 28 and 5B. RGB value is (208,40,91). Sum of RGB (Red+Green+Blue) = 208+40+91=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0285B is #2FD7A4. Grayscale: #606060. Windows color (decimal): -3135397 or 5974224. OLE color: 5974224.

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

Color convert

RGB 208 40 91 -
CMYK 0 0.81 0.56 0.18
HSL 341.79º 0.68% 0.49% -
HSV(B) 341.79º 0.81% 0.82% -
XYZ 28.66 15.68 11.41 -
YUV 96.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 208 40 91 0 0.81 0.56 0.18 341.79 0.68 0.49
Hex D0 28 5B 0 51 38 12 156 44 31
Octal 320 50 133 0 121 70 22 526 104 61
Binary 11010000 101000 1011011 0 1010001 111000 10010 101010110 1000100 110001

Color Harmonies of #D0285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0285B

Black with #D0285B

Text Example


Text Example

White with #D0285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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