Html Css Color HEX #DD6A7A Froly

📋 copy color: '#DD6A7A'

red 221 ◦ green 106 ◦ blue 122

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

Shades of Froly #DD6A7A

Tints of Froly #DD6A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 49.22%
G = 23.61%
B = 27.17%

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

#DD6A7A (or 0xDD6A7A) is known color: Froly. HEX triplet: DD, 6A and 7A. RGB value is (221,106,122). Sum of RGB (Red+Green+Blue) = 221+106+122=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A7A is #229585. Grayscale: #8E8E8E. Windows color (decimal): -2266502 or 8022749. OLE color: 8022749.

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

Color convert

RGB 221 106 122 -
CMYK 0 0.52 0.45 0.13
HSL 351.65º 0.63% 0.64% -
HSV(B) 351.65º 0.52% 0.87% -
XYZ 38.49 27.09 21.61 -
YUV 142.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 221 106 122 0 0.52 0.45 0.13 351.65 0.63 0.64
Hex DD 6A 7A 0 34 2D D 160 3F 40
Octal 335 152 172 0 64 55 15 540 77 100
Binary 11011101 1101010 1111010 0 110100 101101 1101 101100000 111111 1000000

Color Harmonies of #DD6A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A7A

Black with #DD6A7A

Text Example


Text Example

White with #DD6A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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