Html Css Color HEX #D9348F Deep Cerise

📋 copy color: '#D9348F'

red 217 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #D9348F

Tints of Deep Cerise #D9348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 52.67%
G = 12.62%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9348F (or 0xD9348F) is known color: Deep Cerise. HEX triplet: D9, 34 and 8F. RGB value is (217,52,143). Sum of RGB (Red+Green+Blue) = 217+52+143=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348F is #26CB70. Grayscale: #6F6F6F. Windows color (decimal): -2542449 or 9385177. OLE color: 9385177.

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

Color convert

RGB 217 52 143 -
CMYK 0 0.76 0.34 0.15
HSL 326.91º 0.68% 0.53% -
HSV(B) 326.91º 0.76% 0.85% -
XYZ 34.8 19.19 27.86 -
YUV 111.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 217 52 143 0 0.76 0.34 0.15 326.91 0.68 0.53
Hex D9 34 8F 0 4C 22 F 147 44 35
Octal 331 64 217 0 114 42 17 507 104 65
Binary 11011001 110100 10001111 0 1001100 100010 1111 101000111 1000100 110101

Color Harmonies of #D9348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9348F

Black with #D9348F

Text Example


Text Example

White with #D9348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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