Html Css Color HEX #DD6B7A Froly

📋 copy color: '#DD6B7A'

red 221 ◦ green 107 ◦ blue 122

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

Shades of Froly #DD6B7A

Tints of Froly #DD6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 49.11%
G = 23.78%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6B7A (or 0xDD6B7A) is known color: Froly. HEX triplet: DD, 6B and 7A. RGB value is (221,107,122). Sum of RGB (Red+Green+Blue) = 221+107+122=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B7A is #229485. Grayscale: #8E8E8E. Windows color (decimal): -2266246 or 8023005. OLE color: 8023005.

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

Color convert

RGB 221 107 122 -
CMYK 0 0.52 0.45 0.13
HSL 352.11º 0.63% 0.64% -
HSV(B) 352.11º 0.52% 0.87% -
XYZ 38.59 27.29 21.65 -
YUV 142.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 221 107 122 0 0.52 0.45 0.13 352.11 0.63 0.64
Hex DD 6B 7A 0 34 2D D 160 3F 40
Octal 335 153 172 0 64 55 15 540 77 100
Binary 11011101 1101011 1111010 0 110100 101101 1101 101100000 111111 1000000

Color Harmonies of #DD6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B7A

Black with #DD6B7A

Text Example


Text Example

White with #DD6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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