Html Css Color HEX #DD767D Froly

📋 copy color: '#DD767D'

red 221 ◦ green 118 ◦ blue 125

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

Shades of Froly #DD767D

Tints of Froly #DD767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 47.63%
G = 25.43%
B = 26.94%

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

#DD767D (or 0xDD767D) is known color: Froly. HEX triplet: DD, 76 and 7D. RGB value is (221,118,125). Sum of RGB (Red+Green+Blue) = 221+118+125=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD767D is #228982. Grayscale: #959595. Windows color (decimal): -2263427 or 8222429. OLE color: 8222429.

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

Color convert

RGB 221 118 125 -
CMYK 0 0.47 0.43 0.13
HSL 355.92º 0.6% 0.66% -
HSV(B) 355.92º 0.47% 0.87% -
XYZ 40 29.81 23.05 -
YUV 149.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 221 118 125 0 0.47 0.43 0.13 355.92 0.6 0.66
Hex DD 76 7D 0 2F 2B D 164 3C 42
Octal 335 166 175 0 57 53 15 544 74 102
Binary 11011101 1110110 1111101 0 101111 101011 1101 101100100 111100 1000010

Color Harmonies of #DD767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD767D

Black with #DD767D

Text Example


Text Example

White with #DD767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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