Html Css Color HEX #DA538A Dark Pink

📋 copy color: '#DA538A'

red 218 ◦ green 83 ◦ blue 138

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

Shades of Dark Pink #DA538A

Tints of Dark Pink #DA538A

RGB

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

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

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

R = 49.66%
G = 18.91%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA538A (or 0xDA538A) is known color: Dark Pink. HEX triplet: DA, 53 and 8A. RGB value is (218,83,138). Sum of RGB (Red+Green+Blue) = 218+83+138=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538A is #25AC75. Grayscale: #818181. Windows color (decimal): -2468982 or 9065434. OLE color: 9065434.

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

Color convert

RGB 218 83 138 -
CMYK 0 0.62 0.37 0.15
HSL 335.56º 0.65% 0.59% -
HSV(B) 335.56º 0.62% 0.85% -
XYZ 36.59 22.93 26.54 -
YUV 129.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 218 83 138 0 0.62 0.37 0.15 335.56 0.65 0.59
Hex DA 53 8A 0 3E 25 F 150 41 3B
Octal 332 123 212 0 76 45 17 520 101 73
Binary 11011010 1010011 10001010 0 111110 100101 1111 101010000 1000001 111011

Color Harmonies of #DA538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA538A

Black with #DA538A

Text Example


Text Example

White with #DA538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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