Html Css Color HEX #DA6083 Dark Pink

📋 copy color: '#DA6083'

red 218 ◦ green 96 ◦ blue 131

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

Shades of Dark Pink #DA6083

Tints of Dark Pink #DA6083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 48.99%
G = 21.57%
B = 29.44%

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

#DA6083 (or 0xDA6083) is known color: Dark Pink. HEX triplet: DA, 60 and 83. RGB value is (218,96,131). Sum of RGB (Red+Green+Blue) = 218+96+131=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6083 is #259F7C. Grayscale: #888888. Windows color (decimal): -2465661 or 8610010. OLE color: 8610010.

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

Color convert

RGB 218 96 131 -
CMYK 0 0.56 0.40 0.15
HSL 342.79º 0.62% 0.62% -
HSV(B) 342.79º 0.56% 0.85% -
XYZ 37.19 24.91 24.32 -
YUV 136.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 218 96 131 0 0.56 0.40 0.15 342.79 0.62 0.62
Hex DA 60 83 0 38 28 F 157 3E 3E
Octal 332 140 203 0 70 50 17 527 76 76
Binary 11011010 1100000 10000011 0 111000 101000 1111 101010111 111110 111110

Color Harmonies of #DA6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6083

Black with #DA6083

Text Example


Text Example

White with #DA6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6083; }

 p { color: rgb(218,96,131); }

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

background-color css

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

 a { background-color: rgb(218,96,131); }

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

border-color css

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

 span { border-color: rgb(218,96,131); }

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