Html Css Color HEX #D0365F Cerise

📋 copy color: '#D0365F'

red 208 ◦ green 54 ◦ blue 95

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

Shades of Cerise #D0365F

Tints of Cerise #D0365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 58.26%
G = 15.13%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0365F (or 0xD0365F) is known color: Cerise. HEX triplet: D0, 36 and 5F. RGB value is (208,54,95). Sum of RGB (Red+Green+Blue) = 208+54+95=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0365F is #2FC9A0. Grayscale: #686868. Windows color (decimal): -3131809 or 6239952. OLE color: 6239952.

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

Color convert

RGB 208 54 95 -
CMYK 0 0.74 0.54 0.18
HSL 344.03º 0.62% 0.51% -
HSV(B) 344.03º 0.74% 0.82% -
XYZ 29.4 16.87 12.53 -
YUV 104.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 208 54 95 0 0.74 0.54 0.18 344.03 0.62 0.51
Hex D0 36 5F 0 4A 36 12 158 3E 33
Octal 320 66 137 0 112 66 22 530 76 63
Binary 11010000 110110 1011111 0 1001010 110110 10010 101011000 111110 110011

Color Harmonies of #D0365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0365F

Black with #D0365F

Text Example


Text Example

White with #D0365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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