Html Css Color HEX #D9348E Deep Cerise

📋 copy color: '#D9348E'

red 217 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #D9348E

Tints of Deep Cerise #D9348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 52.8%
G = 12.65%
B = 34.55%

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

#D9348E (or 0xD9348E) is known color: Deep Cerise. HEX triplet: D9, 34 and 8E. RGB value is (217,52,142). Sum of RGB (Red+Green+Blue) = 217+52+142=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348E is #26CB71. Grayscale: #6F6F6F. Windows color (decimal): -2542450 or 9319641. OLE color: 9319641.

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

Color convert

RGB 217 52 142 -
CMYK 0 0.76 0.35 0.15
HSL 327.27º 0.68% 0.53% -
HSV(B) 327.27º 0.76% 0.85% -
XYZ 34.73 19.16 27.46 -
YUV 111.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 217 52 142 0 0.76 0.35 0.15 327.27 0.68 0.53
Hex D9 34 8E 0 4C 23 F 147 44 35
Octal 331 64 216 0 114 43 17 507 104 65
Binary 11011001 110100 10001110 0 1001100 100011 1111 101000111 1000100 110101

Color Harmonies of #D9348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9348E

Black with #D9348E

Text Example


Text Example

White with #D9348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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