Html Css Color HEX #D8538B Dark Pink

📋 copy color: '#D8538B'

red 216 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #D8538B

Tints of Dark Pink #D8538B

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

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

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

R = 49.32%
G = 18.95%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8538B (or 0xD8538B) is known color: Dark Pink. HEX triplet: D8, 53 and 8B. RGB value is (216,83,139). Sum of RGB (Red+Green+Blue) = 216+83+139=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8538B is #27AC74. Grayscale: #818181. Windows color (decimal): -2600053 or 9130968. OLE color: 9130968.

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

Color convert

RGB 216 83 139 -
CMYK 0 0.62 0.36 0.15
HSL 334.74º 0.63% 0.59% -
HSV(B) 334.74º 0.62% 0.85% -
XYZ 36.07 22.65 26.9 -
YUV 129.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 216 83 139 0 0.62 0.36 0.15 334.74 0.63 0.59
Hex D8 53 8B 0 3E 24 F 14F 3F 3B
Octal 330 123 213 0 76 44 17 517 77 73
Binary 11011000 1010011 10001011 0 111110 100100 1111 101001111 111111 111011

Color Harmonies of #D8538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8538B

Black with #D8538B

Text Example


Text Example

White with #D8538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8538B; }

 p { color: rgb(216,83,139); }

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

background-color css

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

 a { background-color: rgb(216,83,139); }

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

border-color css

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

 span { border-color: rgb(216,83,139); }

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