Html Css Color HEX #D0395D Cerise

📋 copy color: '#D0395D'

red 208 ◦ green 57 ◦ blue 93

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

Shades of Cerise #D0395D

Tints of Cerise #D0395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 58.1%
G = 15.92%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0395D (or 0xD0395D) is known color: Cerise. HEX triplet: D0, 39 and 5D. RGB value is (208,57,93). Sum of RGB (Red+Green+Blue) = 208+57+93=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0395D is #2FC6A2. Grayscale: #6A6A6A. Windows color (decimal): -3131043 or 6109648. OLE color: 6109648.

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

Color convert

RGB 208 57 93 -
CMYK 0 0.73 0.55 0.18
HSL 345.7º 0.62% 0.52% -
HSV(B) 345.7º 0.73% 0.82% -
XYZ 29.45 17.13 12.11 -
YUV 106.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 208 57 93 0 0.73 0.55 0.18 345.7 0.62 0.52
Hex D0 39 5D 0 49 37 12 15A 3E 34
Octal 320 71 135 0 111 67 22 532 76 64
Binary 11010000 111001 1011101 0 1001001 110111 10010 101011010 111110 110100

Color Harmonies of #D0395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0395D

Black with #D0395D

Text Example


Text Example

White with #D0395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0395D; }

 p { color: rgb(208,57,93); }

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

background-color css

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

 a { background-color: rgb(208,57,93); }

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

border-color css

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

 span { border-color: rgb(208,57,93); }

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