Html Css Color HEX #D9348B Deep Cerise

📋 copy color: '#D9348B'

red 217 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #D9348B

Tints of Deep Cerise #D9348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 53.19%
G = 12.75%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9348B (or 0xD9348B) is known color: Deep Cerise. HEX triplet: D9, 34 and 8B. RGB value is (217,52,139). Sum of RGB (Red+Green+Blue) = 217+52+139=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348B is #26CB74. Grayscale: #6F6F6F. Windows color (decimal): -2542453 or 9123033. OLE color: 9123033.

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

Color convert

RGB 217 52 139 -
CMYK 0 0.76 0.36 0.15
HSL 328.36º 0.68% 0.53% -
HSV(B) 328.36º 0.76% 0.85% -
XYZ 34.5 19.07 26.29 -
YUV 111.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 217 52 139 0 0.76 0.36 0.15 328.36 0.68 0.53
Hex D9 34 8B 0 4C 24 F 148 44 35
Octal 331 64 213 0 114 44 17 510 104 65
Binary 11011001 110100 10001011 0 1001100 100100 1111 101001000 1000100 110101

Color Harmonies of #D9348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9348B

Black with #D9348B

Text Example


Text Example

White with #D9348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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