Html Css Color HEX #DA6052 Flamingo

📋 copy color: '#DA6052'

red 218 ◦ green 96 ◦ blue 82

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

Shades of Flamingo #DA6052

Tints of Flamingo #DA6052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 55.05%
G = 24.24%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6052 (or 0xDA6052) is known color: Flamingo. HEX triplet: DA, 60 and 52. RGB value is (218,96,82). Sum of RGB (Red+Green+Blue) = 218+96+82=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6052 is #259FAD. Grayscale: #838383. Windows color (decimal): -2465710 or 5398746. OLE color: 5398746.

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

Color convert

RGB 218 96 82 -
CMYK 0 0.56 0.62 0.15
HSL 6.18º 0.65% 0.59% -
HSV(B) 6.18º 0.62% 0.85% -
XYZ 34.62 23.88 10.77 -
YUV 130.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 218 96 82 0 0.56 0.62 0.15 6.18 0.65 0.59
Hex DA 60 52 0 38 3E F 6 41 3B
Octal 332 140 122 0 70 76 17 6 101 73
Binary 11011010 1100000 1010010 0 111000 111110 1111 110 1000001 111011

Color Harmonies of #DA6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6052

Black with #DA6052

Text Example


Text Example

White with #DA6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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