Html Css Color HEX #D0396D Cerise

📋 copy color: '#D0396D'

red 208 ◦ green 57 ◦ blue 109

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

Shades of Cerise #D0396D

Tints of Cerise #D0396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 55.61%
G = 15.24%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0396D (or 0xD0396D) is known color: Cerise. HEX triplet: D0, 39 and 6D. RGB value is (208,57,109). Sum of RGB (Red+Green+Blue) = 208+57+109=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0396D is #2FC692. Grayscale: #6C6C6C. Windows color (decimal): -3131027 or 7158224. OLE color: 7158224.

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

Color convert

RGB 208 57 109 -
CMYK 0 0.73 0.48 0.18
HSL 339.34º 0.62% 0.52% -
HSV(B) 339.34º 0.73% 0.82% -
XYZ 30.24 17.44 16.24 -
YUV 108.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 208 57 109 0 0.73 0.48 0.18 339.34 0.62 0.52
Hex D0 39 6D 0 49 30 12 153 3E 34
Octal 320 71 155 0 111 60 22 523 76 64
Binary 11010000 111001 1101101 0 1001001 110000 10010 101010011 111110 110100

Color Harmonies of #D0396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0396D

Black with #D0396D

Text Example


Text Example

White with #D0396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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