Html Css Color HEX #D9338A Deep Cerise

📋 copy color: '#D9338A'

red 217 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #D9338A

Tints of Deep Cerise #D9338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 53.45%
G = 12.56%
B = 33.99%

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

#D9338A (or 0xD9338A) is known color: Deep Cerise. HEX triplet: D9, 33 and 8A. RGB value is (217,51,138). Sum of RGB (Red+Green+Blue) = 217+51+138=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9338A is #26CC75. Grayscale: #6E6E6E. Windows color (decimal): -2542710 or 9057241. OLE color: 9057241.

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

Color convert

RGB 217 51 138 -
CMYK 0 0.76 0.36 0.15
HSL 328.55º 0.69% 0.53% -
HSV(B) 328.55º 0.76% 0.85% -
XYZ 34.39 18.95 25.89 -
YUV 110.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 217 51 138 0 0.76 0.36 0.15 328.55 0.69 0.53
Hex D9 33 8A 0 4C 24 F 149 45 35
Octal 331 63 212 0 114 44 17 511 105 65
Binary 11011001 110011 10001010 0 1001100 100100 1111 101001001 1000101 110101

Color Harmonies of #D9338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9338A

Black with #D9338A

Text Example


Text Example

White with #D9338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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