Html Css Color HEX #D9346A Cerise

📋 copy color: '#D9346A'

red 217 ◦ green 52 ◦ blue 106

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

Shades of Cerise #D9346A

Tints of Cerise #D9346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 57.87%
G = 13.87%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9346A (or 0xD9346A) is known color: Cerise. HEX triplet: D9, 34 and 6A. RGB value is (217,52,106). Sum of RGB (Red+Green+Blue) = 217+52+106=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9346A is #26CB95. Grayscale: #6B6B6B. Windows color (decimal): -2542486 or 6960345. OLE color: 6960345.

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

Color convert

RGB 217 52 106 -
CMYK 0 0.76 0.51 0.15
HSL 340.36º 0.68% 0.53% -
HSV(B) 340.36º 0.76% 0.85% -
XYZ 32.44 18.25 15.45 -
YUV 107.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 217 52 106 0 0.76 0.51 0.15 340.36 0.68 0.53
Hex D9 34 6A 0 4C 33 F 154 44 35
Octal 331 64 152 0 114 63 17 524 104 65
Binary 11011001 110100 1101010 0 1001100 110011 1111 101010100 1000100 110101

Color Harmonies of #D9346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9346A

Black with #D9346A

Text Example


Text Example

White with #D9346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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