Html Css Color HEX #D9375E Cerise

📋 copy color: '#D9375E'

red 217 ◦ green 55 ◦ blue 94

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

Shades of Cerise #D9375E

Tints of Cerise #D9375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 59.29%
G = 15.03%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9375E (or 0xD9375E) is known color: Cerise. HEX triplet: D9, 37 and 5E. RGB value is (217,55,94). Sum of RGB (Red+Green+Blue) = 217+55+94=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9375E is #26C8A1. Grayscale: #6B6B6B. Windows color (decimal): -2541730 or 6174681. OLE color: 6174681.

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

Color convert

RGB 217 55 94 -
CMYK 0 0.75 0.57 0.15
HSL 345.56º 0.68% 0.53% -
HSV(B) 345.56º 0.75% 0.85% -
XYZ 32 18.29 12.43 -
YUV 107.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 217 55 94 0 0.75 0.57 0.15 345.56 0.68 0.53
Hex D9 37 5E 0 4B 39 F 15A 44 35
Octal 331 67 136 0 113 71 17 532 104 65
Binary 11011001 110111 1011110 0 1001011 111001 1111 101011010 1000100 110101

Color Harmonies of #D9375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9375E

Black with #D9375E

Text Example


Text Example

White with #D9375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9375E; }

 p { color: rgb(217,55,94); }

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

background-color css

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

 a { background-color: rgb(217,55,94); }

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

border-color css

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

 span { border-color: rgb(217,55,94); }

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