Html Css Color HEX #DD6269 Froly

📋 copy color: '#DD6269'

red 221 ◦ green 98 ◦ blue 105

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

Shades of Froly #DD6269

Tints of Froly #DD6269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.76%

R = 52.12%
G = 23.11%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD6269 (or 0xDD6269) is known color: Froly. HEX triplet: DD, 62 and 69. RGB value is (221,98,105). Sum of RGB (Red+Green+Blue) = 221+98+105=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6269 is #229D96. Grayscale: #878787. Windows color (decimal): -2268567 or 6906589. OLE color: 6906589.

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

Color convert

RGB 221 98 105 -
CMYK 0 0.56 0.52 0.13
HSL 356.59º 0.64% 0.63% -
HSV(B) 356.59º 0.56% 0.87% -
XYZ 36.74 25.13 16.28 -
YUV 135.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 221 98 105 0 0.56 0.52 0.13 356.59 0.64 0.63
Hex DD 62 69 0 38 34 D 165 40 3F
Octal 335 142 151 0 70 64 15 545 100 77
Binary 11011101 1100010 1101001 0 111000 110100 1101 101100101 1000000 111111

Color Harmonies of #DD6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6269

Black with #DD6269

Text Example


Text Example

White with #DD6269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6269; }

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

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

background-color css

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

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

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

border-color css

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

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

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