Html Css Color HEX #D9346E Cerise

📋 copy color: '#D9346E'

red 217 ◦ green 52 ◦ blue 110

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

Shades of Cerise #D9346E

Tints of Cerise #D9346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 57.26%
G = 13.72%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9346E (or 0xD9346E) is known color: Cerise. HEX triplet: D9, 34 and 6E. RGB value is (217,52,110). Sum of RGB (Red+Green+Blue) = 217+52+110=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9346E is #26CB91. Grayscale: #6B6B6B. Windows color (decimal): -2542482 or 7222489. OLE color: 7222489.

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

Color convert

RGB 217 52 110 -
CMYK 0 0.76 0.49 0.15
HSL 338.91º 0.68% 0.53% -
HSV(B) 338.91º 0.76% 0.85% -
XYZ 32.66 18.33 16.57 -
YUV 107.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 217 52 110 0 0.76 0.49 0.15 338.91 0.68 0.53
Hex D9 34 6E 0 4C 31 F 153 44 35
Octal 331 64 156 0 114 61 17 523 104 65
Binary 11011001 110100 1101110 0 1001100 110001 1111 101010011 1000100 110101

Color Harmonies of #D9346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9346E

Black with #D9346E

Text Example


Text Example

White with #D9346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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