Html Css Color HEX #D0385B Cerise

📋 copy color: '#D0385B'

red 208 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D0385B

Tints of Cerise #D0385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 58.59%
G = 15.77%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0385B (or 0xD0385B) is known color: Cerise. HEX triplet: D0, 38 and 5B. RGB value is (208,56,91). Sum of RGB (Red+Green+Blue) = 208+56+91=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0385B is #2FC7A4. Grayscale: #696969. Windows color (decimal): -3131301 or 5978320. OLE color: 5978320.

HSL color Cylindrical-coordinate representation of color #D0385B: hue angle of 346.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0385B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 91 -
CMYK 0 0.73 0.56 0.18
HSL 346.18º 0.62% 0.52% -
HSV(B) 346.18º 0.73% 0.82% -
XYZ 29.31 16.99 11.63 -
YUV 105.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 208 56 91 0 0.73 0.56 0.18 346.18 0.62 0.52
Hex D0 38 5B 0 49 38 12 15A 3E 34
Octal 320 70 133 0 111 70 22 532 76 64
Binary 11010000 111000 1011011 0 1001001 111000 10010 101011010 111110 110100

Color Harmonies of #D0385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0385B

Black with #D0385B

Text Example


Text Example

White with #D0385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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