Html Css Color HEX #D0365E Cerise

📋 copy color: '#D0365E'

red 208 ◦ green 54 ◦ blue 94

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

Shades of Cerise #D0365E

Tints of Cerise #D0365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 58.43%
G = 15.17%
B = 26.4%

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

#D0365E (or 0xD0365E) is known color: Cerise. HEX triplet: D0, 36 and 5E. RGB value is (208,54,94). Sum of RGB (Red+Green+Blue) = 208+54+94=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365E is #2FC9A1. Grayscale: #686868. Windows color (decimal): -3131810 or 6174416. OLE color: 6174416.

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

Color convert

RGB 208 54 94 -
CMYK 0 0.74 0.55 0.18
HSL 344.42º 0.62% 0.51% -
HSV(B) 344.42º 0.74% 0.82% -
XYZ 29.35 16.86 12.3 -
YUV 104.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 208 54 94 0 0.74 0.55 0.18 344.42 0.62 0.51
Hex D0 36 5E 0 4A 37 12 158 3E 33
Octal 320 66 136 0 112 67 22 530 76 63
Binary 11010000 110110 1011110 0 1001010 110111 10010 101011000 111110 110011

Color Harmonies of #D0365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0365E

Black with #D0365E

Text Example


Text Example

White with #D0365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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