Html Css Color HEX #D9337D Deep Cerise

📋 copy color: '#D9337D'

red 217 ◦ green 51 ◦ blue 125

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

Shades of Deep Cerise #D9337D

Tints of Deep Cerise #D9337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 55.22%
G = 12.98%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9337D (or 0xD9337D) is known color: Deep Cerise. HEX triplet: D9, 33 and 7D. RGB value is (217,51,125). Sum of RGB (Red+Green+Blue) = 217+51+125=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9337D is #26CC82. Grayscale: #6C6C6C. Windows color (decimal): -2542723 or 8205273. OLE color: 8205273.

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

Color convert

RGB 217 51 125 -
CMYK 0 0.76 0.42 0.15
HSL 333.25º 0.69% 0.53% -
HSV(B) 333.25º 0.76% 0.85% -
XYZ 33.5 18.6 21.23 -
YUV 109.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 217 51 125 0 0.76 0.42 0.15 333.25 0.69 0.53
Hex D9 33 7D 0 4C 2A F 14D 45 35
Octal 331 63 175 0 114 52 17 515 105 65
Binary 11011001 110011 1111101 0 1001100 101010 1111 101001101 1000101 110101

Color Harmonies of #D9337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9337D

Black with #D9337D

Text Example


Text Example

White with #D9337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9337D; }

 p { color: rgb(217,51,125); }

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

background-color css

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

 a { background-color: rgb(217,51,125); }

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

border-color css

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

 span { border-color: rgb(217,51,125); }

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