Html Css Color HEX #DD6069 Froly

📋 copy color: '#DD6069'

red 221 ◦ green 96 ◦ blue 105

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

Shades of Froly #DD6069

Tints of Froly #DD6069

RGB

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

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

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

R = 52.37%
G = 22.75%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD6069 (or 0xDD6069) is known color: Froly. HEX triplet: DD, 60 and 69. RGB value is (221,96,105). Sum of RGB (Red+Green+Blue) = 221+96+105=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6069 is #229F96. Grayscale: #868686. Windows color (decimal): -2269079 or 6906077. OLE color: 6906077.

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

Color convert

RGB 221 96 105 -
CMYK 0 0.57 0.52 0.13
HSL 355.68º 0.65% 0.62% -
HSV(B) 355.68º 0.57% 0.87% -
XYZ 36.55 24.76 16.22 -
YUV 134.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 221 96 105 0 0.57 0.52 0.13 355.68 0.65 0.62
Hex DD 60 69 0 39 34 D 164 41 3E
Octal 335 140 151 0 71 64 15 544 101 76
Binary 11011101 1100000 1101001 0 111001 110100 1101 101100100 1000001 111110

Color Harmonies of #DD6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6069

Black with #DD6069

Text Example


Text Example

White with #DD6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6069; }

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

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

background-color css

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

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

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

border-color css

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

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

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