Html Css Color HEX #D9338B Deep Cerise

📋 copy color: '#D9338B'

red 217 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D9338B

Tints of Deep Cerise #D9338B

RGB

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

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

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

R = 53.32%
G = 12.53%
B = 34.15%

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

#D9338B (or 0xD9338B) is known color: Deep Cerise. HEX triplet: D9, 33 and 8B. RGB value is (217,51,139). Sum of RGB (Red+Green+Blue) = 217+51+139=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9338B is #26CC74. Grayscale: #6E6E6E. Windows color (decimal): -2542709 or 9122777. OLE color: 9122777.

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

Color convert

RGB 217 51 139 -
CMYK 0 0.76 0.36 0.15
HSL 328.19º 0.69% 0.53% -
HSV(B) 328.19º 0.76% 0.85% -
XYZ 34.46 18.98 26.27 -
YUV 110.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 217 51 139 0 0.76 0.36 0.15 328.19 0.69 0.53
Hex D9 33 8B 0 4C 24 F 148 45 35
Octal 331 63 213 0 114 44 17 510 105 65
Binary 11011001 110011 10001011 0 1001100 100100 1111 101001000 1000101 110101

Color Harmonies of #D9338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9338B

Black with #D9338B

Text Example


Text Example

White with #D9338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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