Html Css Color HEX #DA538C Dark Pink

📋 copy color: '#DA538C'

red 218 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #DA538C

Tints of Dark Pink #DA538C

RGB

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

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

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

R = 49.43%
G = 18.82%
B = 31.75%

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

#DA538C (or 0xDA538C) is known color: Dark Pink. HEX triplet: DA, 53 and 8C. RGB value is (218,83,140). Sum of RGB (Red+Green+Blue) = 218+83+140=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA538C is #25AC73. Grayscale: #818181. Windows color (decimal): -2468980 or 9196506. OLE color: 9196506.

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

Color convert

RGB 218 83 140 -
CMYK 0 0.62 0.36 0.15
HSL 334.67º 0.65% 0.59% -
HSV(B) 334.67º 0.62% 0.85% -
XYZ 36.74 22.99 27.31 -
YUV 129.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 218 83 140 0 0.62 0.36 0.15 334.67 0.65 0.59
Hex DA 53 8C 0 3E 24 F 14F 41 3B
Octal 332 123 214 0 76 44 17 517 101 73
Binary 11011010 1010011 10001100 0 111110 100100 1111 101001111 1000001 111011

Color Harmonies of #DA538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA538C

Black with #DA538C

Text Example


Text Example

White with #DA538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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