Html Css Color HEX #DD6970 Froly

📋 copy color: '#DD6970'

red 221 ◦ green 105 ◦ blue 112

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

Shades of Froly #DD6970

Tints of Froly #DD6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 50.46%
G = 23.97%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6970 (or 0xDD6970) is known color: Froly. HEX triplet: DD, 69 and 70. RGB value is (221,105,112). Sum of RGB (Red+Green+Blue) = 221+105+112=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6970 is #22968F. Grayscale: #8C8C8C. Windows color (decimal): -2266768 or 7367133. OLE color: 7367133.

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

Color convert

RGB 221 105 112 -
CMYK 0 0.52 0.49 0.13
HSL 356.38º 0.63% 0.64% -
HSV(B) 356.38º 0.52% 0.87% -
XYZ 37.8 26.65 18.48 -
YUV 140.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 221 105 112 0 0.52 0.49 0.13 356.38 0.63 0.64
Hex DD 69 70 0 34 31 D 164 3F 40
Octal 335 151 160 0 64 61 15 544 77 100
Binary 11011101 1101001 1110000 0 110100 110001 1101 101100100 111111 1000000

Color Harmonies of #DD6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6970

Black with #DD6970

Text Example


Text Example

White with #DD6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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