Html Css Color HEX #DD6972 Froly

📋 copy color: '#DD6972'

red 221 ◦ green 105 ◦ blue 114

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

Shades of Froly #DD6972

Tints of Froly #DD6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 50.23%
G = 23.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6972 (or 0xDD6972) is known color: Froly. HEX triplet: DD, 69 and 72. RGB value is (221,105,114). Sum of RGB (Red+Green+Blue) = 221+105+114=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6972 is #22968D. Grayscale: #8C8C8C. Windows color (decimal): -2266766 or 7498205. OLE color: 7498205.

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

Color convert

RGB 221 105 114 -
CMYK 0 0.52 0.48 0.13
HSL 355.34º 0.63% 0.64% -
HSV(B) 355.34º 0.52% 0.87% -
XYZ 37.91 26.69 19.07 -
YUV 140.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 221 105 114 0 0.52 0.48 0.13 355.34 0.63 0.64
Hex DD 69 72 0 34 30 D 163 3F 40
Octal 335 151 162 0 64 60 15 543 77 100
Binary 11011101 1101001 1110010 0 110100 110000 1101 101100011 111111 1000000

Color Harmonies of #DD6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6972

Black with #DD6972

Text Example


Text Example

White with #DD6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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