Html Css Color HEX #DA4D8B Dark Pink

📋 copy color: '#DA4D8B'

red 218 ◦ green 77 ◦ blue 139

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

Shades of Dark Pink #DA4D8B

Tints of Dark Pink #DA4D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 50.23%
G = 17.74%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA4D8B (or 0xDA4D8B) is known color: Dark Pink. HEX triplet: DA, 4D and 8B. RGB value is (218,77,139). Sum of RGB (Red+Green+Blue) = 218+77+139=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D8B is #25B274. Grayscale: #7E7E7E. Windows color (decimal): -2470517 or 9129434. OLE color: 9129434.

HSL color Cylindrical-coordinate representation of color #DA4D8B: hue angle of 333.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D8B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 139 -
CMYK 0 0.65 0.36 0.15
HSL 333.62º 0.66% 0.58% -
HSV(B) 333.62º 0.65% 0.85% -
XYZ 36.23 22.08 26.78 -
YUV 126.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 218 77 139 0 0.65 0.36 0.15 333.62 0.66 0.58
Hex DA 4D 8B 0 41 24 F 14E 42 3A
Octal 332 115 213 0 101 44 17 516 102 72
Binary 11011010 1001101 10001011 0 1000001 100100 1111 101001110 1000010 111010

Color Harmonies of #DA4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D8B

Black with #DA4D8B

Text Example


Text Example

White with #DA4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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