Html Css Color HEX #D9348C Deep Cerise

📋 copy color: '#D9348C'

red 217 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #D9348C

Tints of Deep Cerise #D9348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 53.06%
G = 12.71%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9348C (or 0xD9348C) is known color: Deep Cerise. HEX triplet: D9, 34 and 8C. RGB value is (217,52,140). Sum of RGB (Red+Green+Blue) = 217+52+140=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348C is #26CB73. Grayscale: #6F6F6F. Windows color (decimal): -2542452 or 9188569. OLE color: 9188569.

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

Color convert

RGB 217 52 140 -
CMYK 0 0.76 0.35 0.15
HSL 328º 0.68% 0.53% -
HSV(B) 328º 0.76% 0.85% -
XYZ 34.58 19.1 26.68 -
YUV 111.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 217 52 140 0 0.76 0.35 0.15 328 0.68 0.53
Hex D9 34 8C 0 4C 23 F 148 44 35
Octal 331 64 214 0 114 43 17 510 104 65
Binary 11011001 110100 10001100 0 1001100 100011 1111 101001000 1000100 110101

Color Harmonies of #D9348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9348C

Black with #D9348C

Text Example


Text Example

White with #D9348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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