Html Css Color HEX #D9365B Cerise

📋 copy color: '#D9365B'

red 217 ◦ green 54 ◦ blue 91

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

Shades of Cerise #D9365B

Tints of Cerise #D9365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 59.94%
G = 14.92%
B = 25.14%

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

#D9365B (or 0xD9365B) is known color: Cerise. HEX triplet: D9, 36 and 5B. RGB value is (217,54,91). Sum of RGB (Red+Green+Blue) = 217+54+91=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9365B is #26C9A4. Grayscale: #6A6A6A. Windows color (decimal): -2541989 or 5977817. OLE color: 5977817.

HSL color Cylindrical-coordinate representation of color #D9365B: hue angle of 346.38º 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 #D9365B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 91 -
CMYK 0 0.75 0.58 0.15
HSL 346.38º 0.68% 0.53% -
HSV(B) 346.38º 0.75% 0.85% -
XYZ 31.82 18.15 11.72 -
YUV 106.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 217 54 91 0 0.75 0.58 0.15 346.38 0.68 0.53
Hex D9 36 5B 0 4B 3A F 15A 44 35
Octal 331 66 133 0 113 72 17 532 104 65
Binary 11011001 110110 1011011 0 1001011 111010 1111 101011010 1000100 110101

Color Harmonies of #D9365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9365B

Black with #D9365B

Text Example


Text Example

White with #D9365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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