Html Css Color HEX #DA538B Dark Pink

📋 copy color: '#DA538B'

red 218 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #DA538B

Tints of Dark Pink #DA538B

RGB

 RED value IS 218 (85.55% from 255) = 49.55%

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

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

R = 49.55%
G = 18.86%
B = 31.59%

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

#DA538B (or 0xDA538B) is known color: Dark Pink. HEX triplet: DA, 53 and 8B. RGB value is (218,83,139). Sum of RGB (Red+Green+Blue) = 218+83+139=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538B is #25AC74. Grayscale: #818181. Windows color (decimal): -2468981 or 9130970. OLE color: 9130970.

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

Color convert

RGB 218 83 139 -
CMYK 0 0.62 0.36 0.15
HSL 335.11º 0.65% 0.59% -
HSV(B) 335.11º 0.62% 0.85% -
XYZ 36.67 22.96 26.92 -
YUV 129.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 218 83 139 0 0.62 0.36 0.15 335.11 0.65 0.59
Hex DA 53 8B 0 3E 24 F 14F 41 3B
Octal 332 123 213 0 76 44 17 517 101 73
Binary 11011010 1010011 10001011 0 111110 100100 1111 101001111 1000001 111011

Color Harmonies of #DA538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA538B

Black with #DA538B

Text Example


Text Example

White with #DA538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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