Html Css Color HEX #D9339B Deep Cerise

📋 copy color: '#D9339B'

red 217 ◦ green 51 ◦ blue 155

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

Shades of Deep Cerise #D9339B

Tints of Deep Cerise #D9339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 51.3%
G = 12.06%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9339B (or 0xD9339B) is known color: Deep Cerise. HEX triplet: D9, 33 and 9B. RGB value is (217,51,155). Sum of RGB (Red+Green+Blue) = 217+51+155=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9339B is #26CC64. Grayscale: #707070. Windows color (decimal): -2542693 or 10171353. OLE color: 10171353.

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

Color convert

RGB 217 51 155 -
CMYK 0 0.76 0.29 0.15
HSL 322.41º 0.69% 0.53% -
HSV(B) 322.41º 0.76% 0.85% -
XYZ 35.72 19.49 32.89 -
YUV 112.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 217 51 155 0 0.76 0.29 0.15 322.41 0.69 0.53
Hex D9 33 9B 0 4C 1D F 142 45 35
Octal 331 63 233 0 114 35 17 502 105 65
Binary 11011001 110011 10011011 0 1001100 11101 1111 101000010 1000101 110101

Color Harmonies of #D9339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9339B

Black with #D9339B

Text Example


Text Example

White with #D9339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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