Html Css Color HEX #D9538C Dark Pink

📋 copy color: '#D9538C'

red 217 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #D9538C

Tints of Dark Pink #D9538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 49.32%
G = 18.86%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9538C (or 0xD9538C) is known color: Dark Pink. HEX triplet: D9, 53 and 8C. RGB value is (217,83,140). Sum of RGB (Red+Green+Blue) = 217+83+140=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9538C is #26AC73. Grayscale: #818181. Windows color (decimal): -2534516 or 9196505. OLE color: 9196505.

HSL color Cylindrical-coordinate representation of color #D9538C: hue angle of 334.48º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9538C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 140 -
CMYK 0 0.62 0.35 0.15
HSL 334.48º 0.64% 0.59% -
HSV(B) 334.48º 0.62% 0.85% -
XYZ 36.44 22.83 27.3 -
YUV 129.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 217 83 140 0 0.62 0.35 0.15 334.48 0.64 0.59
Hex D9 53 8C 0 3E 23 F 14E 40 3B
Octal 331 123 214 0 76 43 17 516 100 73
Binary 11011001 1010011 10001100 0 111110 100011 1111 101001110 1000000 111011

Color Harmonies of #D9538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9538C

Black with #D9538C

Text Example


Text Example

White with #D9538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9538C; }

 p { color: rgb(217,83,140); }

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

background-color css

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

 a { background-color: rgb(217,83,140); }

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

border-color css

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

 span { border-color: rgb(217,83,140); }

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