Html Css Color HEX #D9347B Deep Cerise

📋 copy color: '#D9347B'

red 217 ◦ green 52 ◦ blue 123

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

Shades of Deep Cerise #D9347B

Tints of Deep Cerise #D9347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 55.36%
G = 13.27%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9347B (or 0xD9347B) is known color: Deep Cerise. HEX triplet: D9, 34 and 7B. RGB value is (217,52,123). Sum of RGB (Red+Green+Blue) = 217+52+123=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347B is #26CB84. Grayscale: #6D6D6D. Windows color (decimal): -2542469 or 8074457. OLE color: 8074457.

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

Color convert

RGB 217 52 123 -
CMYK 0 0.76 0.43 0.15
HSL 334.18º 0.68% 0.53% -
HSV(B) 334.18º 0.76% 0.85% -
XYZ 33.42 18.64 20.57 -
YUV 109.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 217 52 123 0 0.76 0.43 0.15 334.18 0.68 0.53
Hex D9 34 7B 0 4C 2B F 14E 44 35
Octal 331 64 173 0 114 53 17 516 104 65
Binary 11011001 110100 1111011 0 1001100 101011 1111 101001110 1000100 110101

Color Harmonies of #D9347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9347B

Black with #D9347B

Text Example


Text Example

White with #D9347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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