Html Css Color HEX #DD767A Froly

📋 copy color: '#DD767A'

red 221 ◦ green 118 ◦ blue 122

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

Shades of Froly #DD767A

Tints of Froly #DD767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 47.94%
G = 25.6%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD767A (or 0xDD767A) is known color: Froly. HEX triplet: DD, 76 and 7A. RGB value is (221,118,122). Sum of RGB (Red+Green+Blue) = 221+118+122=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD767A is #228985. Grayscale: #959595. Windows color (decimal): -2263430 or 8025821. OLE color: 8025821.

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

Color convert

RGB 221 118 122 -
CMYK 0 0.47 0.45 0.13
HSL 357.67º 0.6% 0.66% -
HSV(B) 357.67º 0.47% 0.87% -
XYZ 39.81 29.73 22.05 -
YUV 149.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 221 118 122 0 0.47 0.45 0.13 357.67 0.6 0.66
Hex DD 76 7A 0 2F 2D D 166 3C 42
Octal 335 166 172 0 57 55 15 546 74 102
Binary 11011101 1110110 1111010 0 101111 101101 1101 101100110 111100 1000010

Color Harmonies of #DD767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD767A

Black with #DD767A

Text Example


Text Example

White with #DD767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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