Html Css Color HEX #DA6182 Dark Pink

📋 copy color: '#DA6182'

red 218 ◦ green 97 ◦ blue 130

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

Shades of Dark Pink #DA6182

Tints of Dark Pink #DA6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.8%

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 48.99%
G = 21.8%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA6182 (or 0xDA6182) is known color: Dark Pink. HEX triplet: DA, 61 and 82. RGB value is (218,97,130). Sum of RGB (Red+Green+Blue) = 218+97+130=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6182 is #259E7D. Grayscale: #888888. Windows color (decimal): -2465406 or 8544730. OLE color: 8544730.

HSL color Cylindrical-coordinate representation of color #DA6182: hue angle of 343.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6182 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 130 -
CMYK 0 0.56 0.40 0.15
HSL 343.64º 0.62% 0.62% -
HSV(B) 343.64º 0.56% 0.85% -
XYZ 37.22 25.07 24 -
YUV 136.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 218 97 130 0 0.56 0.40 0.15 343.64 0.62 0.62
Hex DA 61 82 0 38 28 F 158 3E 3E
Octal 332 141 202 0 70 50 17 530 76 76
Binary 11011010 1100001 10000010 0 111000 101000 1111 101011000 111110 111110

Color Harmonies of #DA6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6182

Black with #DA6182

Text Example


Text Example

White with #DA6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6182; }

 p { color: rgb(218,97,130); }

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

background-color css

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

 a { background-color: rgb(218,97,130); }

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

border-color css

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

 span { border-color: rgb(218,97,130); }

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