Html Css Color HEX #DD6279 Froly

📋 copy color: '#DD6279'

red 221 ◦ green 98 ◦ blue 121

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

Shades of Froly #DD6279

Tints of Froly #DD6279

RGB

 RED value IS 221 (86.72% from 255) = 50.23%

 GREEN value IS 98 (38.67% from 255) = 22.27%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 50.23%
G = 22.27%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6279 (or 0xDD6279) is known color: Froly. HEX triplet: DD, 62 and 79. RGB value is (221,98,121). Sum of RGB (Red+Green+Blue) = 221+98+121=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6279 is #229D86. Grayscale: #898989. Windows color (decimal): -2268551 or 7955165. OLE color: 7955165.

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

Color convert

RGB 221 98 121 -
CMYK 0 0.56 0.45 0.13
HSL 348.78º 0.64% 0.63% -
HSV(B) 348.78º 0.56% 0.87% -
XYZ 37.64 25.49 21.03 -
YUV 137.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 221 98 121 0 0.56 0.45 0.13 348.78 0.64 0.63
Hex DD 62 79 0 38 2D D 15D 40 3F
Octal 335 142 171 0 70 55 15 535 100 77
Binary 11011101 1100010 1111001 0 111000 101101 1101 101011101 1000000 111111

Color Harmonies of #DD6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6279

Black with #DD6279

Text Example


Text Example

White with #DD6279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6279; }

 p { color: rgb(221,98,121); }

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

background-color css

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

 a { background-color: rgb(221,98,121); }

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

border-color css

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

 span { border-color: rgb(221,98,121); }

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