Html Css Color HEX #DD707B Froly

📋 copy color: '#DD707B'

red 221 ◦ green 112 ◦ blue 123

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

Shades of Froly #DD707B

Tints of Froly #DD707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 48.46%
G = 24.56%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD707B (or 0xDD707B) is known color: Froly. HEX triplet: DD, 70 and 7B. RGB value is (221,112,123). Sum of RGB (Red+Green+Blue) = 221+112+123=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707B is #228F84. Grayscale: #919191. Windows color (decimal): -2264965 or 8089821. OLE color: 8089821.

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

Color convert

RGB 221 112 123 -
CMYK 0 0.49 0.44 0.13
HSL 353.94º 0.62% 0.65% -
HSV(B) 353.94º 0.49% 0.87% -
XYZ 39.19 28.39 22.15 -
YUV 145.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 221 112 123 0 0.49 0.44 0.13 353.94 0.62 0.65
Hex DD 70 7B 0 31 2C D 162 3E 41
Octal 335 160 173 0 61 54 15 542 76 101
Binary 11011101 1110000 1111011 0 110001 101100 1101 101100010 111110 1000001

Color Harmonies of #DD707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD707B

Black with #DD707B

Text Example


Text Example

White with #DD707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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