Html Css Color HEX #DA6066 Mandy

📋 copy color: '#DA6066'

red 218 ◦ green 96 ◦ blue 102

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

Shades of Mandy #DA6066

Tints of Mandy #DA6066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 52.4%
G = 23.08%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA6066 (or 0xDA6066) is known color: Mandy. HEX triplet: DA, 60 and 66. RGB value is (218,96,102). Sum of RGB (Red+Green+Blue) = 218+96+102=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6066 is #259F99. Grayscale: #858585. Windows color (decimal): -2465690 or 6709466. OLE color: 6709466.

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

Color convert

RGB 218 96 102 -
CMYK 0 0.56 0.53 0.15
HSL 357.05º 0.62% 0.62% -
HSV(B) 357.05º 0.56% 0.85% -
XYZ 35.49 24.23 15.38 -
YUV 133.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 218 96 102 0 0.56 0.53 0.15 357.05 0.62 0.62
Hex DA 60 66 0 38 35 F 165 3E 3E
Octal 332 140 146 0 70 65 17 545 76 76
Binary 11011010 1100000 1100110 0 111000 110101 1111 101100101 111110 111110

Color Harmonies of #DA6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6066

Black with #DA6066

Text Example


Text Example

White with #DA6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6066; }

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

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

background-color css

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

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

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

border-color css

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

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

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