Html Css Color HEX #D9345E Cerise

📋 copy color: '#D9345E'

red 217 ◦ green 52 ◦ blue 94

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

Shades of Cerise #D9345E

Tints of Cerise #D9345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 59.78%
G = 14.33%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9345E (or 0xD9345E) is known color: Cerise. HEX triplet: D9, 34 and 5E. RGB value is (217,52,94). Sum of RGB (Red+Green+Blue) = 217+52+94=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9345E is #26CBA1. Grayscale: #6A6A6A. Windows color (decimal): -2542498 or 6173913. OLE color: 6173913.

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

Color convert

RGB 217 52 94 -
CMYK 0 0.76 0.57 0.15
HSL 344.73º 0.68% 0.53% -
HSV(B) 344.73º 0.76% 0.85% -
XYZ 31.86 18.02 12.39 -
YUV 106.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 217 52 94 0 0.76 0.57 0.15 344.73 0.68 0.53
Hex D9 34 5E 0 4C 39 F 159 44 35
Octal 331 64 136 0 114 71 17 531 104 65
Binary 11011001 110100 1011110 0 1001100 111001 1111 101011001 1000100 110101

Color Harmonies of #D9345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9345E

Black with #D9345E

Text Example


Text Example

White with #D9345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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