Html Css Color HEX #DF6051 Flamingo

📋 copy color: '#DF6051'

red 223 ◦ green 96 ◦ blue 81

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

Shades of Flamingo #DF6051

Tints of Flamingo #DF6051

RGB

 RED value IS 223 (87.5% from 255) = 55.75%

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 55.75%
G = 24%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF6051 (or 0xDF6051) is known color: Flamingo. HEX triplet: DF, 60 and 51. RGB value is (223,96,81). Sum of RGB (Red+Green+Blue) = 223+96+81=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6051 is #209FAE. Grayscale: #848484. Windows color (decimal): -2138031 or 5333215. OLE color: 5333215.

HSL color Cylindrical-coordinate representation of color #DF6051: hue angle of 6.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF6051 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 81 -
CMYK 0 0.57 0.64 0.13
HSL 6.34º 0.69% 0.6% -
HSV(B) 6.34º 0.64% 0.87% -
XYZ 36.1 24.65 10.64 -
YUV 132.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 223 96 81 0 0.57 0.64 0.13 6.34 0.69 0.6
Hex DF 60 51 0 39 40 D 6 45 3C
Octal 337 140 121 0 71 100 15 6 105 74
Binary 11011111 1100000 1010001 0 111001 1000000 1101 110 1000101 111100

Color Harmonies of #DF6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6051

Black with #DF6051

Text Example


Text Example

White with #DF6051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6051; }

 p { color: rgb(223,96,81); }

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

background-color css

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

 a { background-color: rgb(223,96,81); }

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

border-color css

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

 span { border-color: rgb(223,96,81); }

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