Html Css Color HEX #D0385F Cerise

📋 copy color: '#D0385F'

red 208 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D0385F

Tints of Cerise #D0385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 57.94%
G = 15.6%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0385F (or 0xD0385F) is known color: Cerise. HEX triplet: D0, 38 and 5F. RGB value is (208,56,95). Sum of RGB (Red+Green+Blue) = 208+56+95=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0385F is #2FC7A0. Grayscale: #696969. Windows color (decimal): -3131297 or 6240464. OLE color: 6240464.

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

Color convert

RGB 208 56 95 -
CMYK 0 0.73 0.54 0.18
HSL 344.61º 0.62% 0.52% -
HSV(B) 344.61º 0.73% 0.82% -
XYZ 29.49 17.06 12.57 -
YUV 105.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 208 56 95 0 0.73 0.54 0.18 344.61 0.62 0.52
Hex D0 38 5F 0 49 36 12 159 3E 34
Octal 320 70 137 0 111 66 22 531 76 64
Binary 11010000 111000 1011111 0 1001001 110110 10010 101011001 111110 110100

Color Harmonies of #D0385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0385F

Black with #D0385F

Text Example


Text Example

White with #D0385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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