Html Css Color HEX #D9365C Cerise

📋 copy color: '#D9365C'

red 217 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D9365C

Tints of Cerise #D9365C

RGB

 RED value IS 217 (85.16% from 255) = 59.78%

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

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

R = 59.78%
G = 14.88%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9365C (or 0xD9365C) is known color: Cerise. HEX triplet: D9, 36 and 5C. RGB value is (217,54,92). Sum of RGB (Red+Green+Blue) = 217+54+92=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9365C is #26C9A3. Grayscale: #6B6B6B. Windows color (decimal): -2541988 or 6043353. OLE color: 6043353.

HSL color Cylindrical-coordinate representation of color #D9365C: hue angle of 346.01º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9365C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 92 -
CMYK 0 0.75 0.58 0.15
HSL 346.01º 0.68% 0.53% -
HSV(B) 346.01º 0.75% 0.85% -
XYZ 31.87 18.16 11.95 -
YUV 107.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 217 54 92 0 0.75 0.58 0.15 346.01 0.68 0.53
Hex D9 36 5C 0 4B 3A F 15A 44 35
Octal 331 66 134 0 113 72 17 532 104 65
Binary 11011001 110110 1011100 0 1001011 111010 1111 101011010 1000100 110101

Color Harmonies of #D9365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9365C

Black with #D9365C

Text Example


Text Example

White with #D9365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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