Html Css Color HEX #D9345D Cerise

📋 copy color: '#D9345D'

red 217 ◦ green 52 ◦ blue 93

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

Shades of Cerise #D9345D

Tints of Cerise #D9345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 59.94%
G = 14.36%
B = 25.69%

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

#D9345D (or 0xD9345D) is known color: Cerise. HEX triplet: D9, 34 and 5D. RGB value is (217,52,93). Sum of RGB (Red+Green+Blue) = 217+52+93=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9345D is #26CBA2. Grayscale: #6A6A6A. Windows color (decimal): -2542499 or 6108377. OLE color: 6108377.

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

Color convert

RGB 217 52 93 -
CMYK 0 0.76 0.57 0.15
HSL 345.09º 0.68% 0.53% -
HSV(B) 345.09º 0.76% 0.85% -
XYZ 31.82 18 12.15 -
YUV 106.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 217 52 93 0 0.76 0.57 0.15 345.09 0.68 0.53
Hex D9 34 5D 0 4C 39 F 159 44 35
Octal 331 64 135 0 114 71 17 531 104 65
Binary 11011001 110100 1011101 0 1001100 111001 1111 101011001 1000100 110101

Color Harmonies of #D9345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9345D

Black with #D9345D

Text Example


Text Example

White with #D9345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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