Html Css Color HEX #DD767F Froly

📋 copy color: '#DD767F'

red 221 ◦ green 118 ◦ blue 127

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

Shades of Froly #DD767F

Tints of Froly #DD767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 47.42%
G = 25.32%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD767F (or 0xDD767F) is known color: Froly. HEX triplet: DD, 76 and 7F. RGB value is (221,118,127). Sum of RGB (Red+Green+Blue) = 221+118+127=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD767F is #228980. Grayscale: #959595. Windows color (decimal): -2263425 or 8353501. OLE color: 8353501.

HSL color Cylindrical-coordinate representation of color #DD767F: hue angle of 354.76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD767F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 127 -
CMYK 0 0.47 0.43 0.13
HSL 354.76º 0.6% 0.66% -
HSV(B) 354.76º 0.47% 0.87% -
XYZ 40.13 29.86 23.73 -
YUV 149.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 221 118 127 0 0.47 0.43 0.13 354.76 0.6 0.66
Hex DD 76 7F 0 2F 2B D 163 3C 42
Octal 335 166 177 0 57 53 15 543 74 102
Binary 11011101 1110110 1111111 0 101111 101011 1101 101100011 111100 1000010

Color Harmonies of #DD767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD767F

Black with #DD767F

Text Example


Text Example

White with #DD767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD767F; }

 p { color: rgb(221,118,127); }

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

background-color css

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

 a { background-color: rgb(221,118,127); }

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

border-color css

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

 span { border-color: rgb(221,118,127); }

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