Html Css Color HEX #D0365D Cerise

📋 copy color: '#D0365D'

red 208 ◦ green 54 ◦ blue 93

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

Shades of Cerise #D0365D

Tints of Cerise #D0365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

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

R = 58.59%
G = 15.21%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0365D (or 0xD0365D) is known color: Cerise. HEX triplet: D0, 36 and 5D. RGB value is (208,54,93). Sum of RGB (Red+Green+Blue) = 208+54+93=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365D is #2FC9A2. Grayscale: #686868. Windows color (decimal): -3131811 or 6108880. OLE color: 6108880.

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

Color convert

RGB 208 54 93 -
CMYK 0 0.74 0.55 0.18
HSL 344.81º 0.62% 0.51% -
HSV(B) 344.81º 0.74% 0.82% -
XYZ 29.31 16.84 12.06 -
YUV 104.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 208 54 93 0 0.74 0.55 0.18 344.81 0.62 0.51
Hex D0 36 5D 0 4A 37 12 159 3E 33
Octal 320 66 135 0 112 67 22 531 76 63
Binary 11010000 110110 1011101 0 1001010 110111 10010 101011001 111110 110011

Color Harmonies of #D0365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0365D

Black with #D0365D

Text Example


Text Example

White with #D0365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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