Html Css Color HEX #D0365C Cerise

📋 copy color: '#D0365C'

red 208 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D0365C

Tints of Cerise #D0365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 58.76%
G = 15.25%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0365C (or 0xD0365C) is known color: Cerise. HEX triplet: D0, 36 and 5C. RGB value is (208,54,92). Sum of RGB (Red+Green+Blue) = 208+54+92=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365C is #2FC9A3. Grayscale: #686868. Windows color (decimal): -3131812 or 6043344. OLE color: 6043344.

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

Color convert

RGB 208 54 92 -
CMYK 0 0.74 0.56 0.18
HSL 345.19º 0.62% 0.51% -
HSV(B) 345.19º 0.74% 0.82% -
XYZ 29.26 16.82 11.83 -
YUV 104.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 208 54 92 0 0.74 0.56 0.18 345.19 0.62 0.51
Hex D0 36 5C 0 4A 38 12 159 3E 33
Octal 320 66 134 0 112 70 22 531 76 63
Binary 11010000 110110 1011100 0 1001010 111000 10010 101011001 111110 110011

Color Harmonies of #D0365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0365C

Black with #D0365C

Text Example


Text Example

White with #D0365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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