Html Css Color HEX #DD6975 Froly

📋 copy color: '#DD6975'

red 221 ◦ green 105 ◦ blue 117

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

Shades of Froly #DD6975

Tints of Froly #DD6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 49.89%
G = 23.7%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6975 (or 0xDD6975) is known color: Froly. HEX triplet: DD, 69 and 75. RGB value is (221,105,117). Sum of RGB (Red+Green+Blue) = 221+105+117=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6975 is #22968A. Grayscale: #8D8D8D. Windows color (decimal): -2266763 or 7694813. OLE color: 7694813.

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

Color convert

RGB 221 105 117 -
CMYK 0 0.52 0.47 0.13
HSL 353.79º 0.63% 0.64% -
HSV(B) 353.79º 0.52% 0.87% -
XYZ 38.08 26.76 19.99 -
YUV 141.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 221 105 117 0 0.52 0.47 0.13 353.79 0.63 0.64
Hex DD 69 75 0 34 2F D 162 3F 40
Octal 335 151 165 0 64 57 15 542 77 100
Binary 11011101 1101001 1110101 0 110100 101111 1101 101100010 111111 1000000

Color Harmonies of #DD6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6975

Black with #DD6975

Text Example


Text Example

White with #DD6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6975; }

 p { color: rgb(221,105,117); }

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

background-color css

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

 a { background-color: rgb(221,105,117); }

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

border-color css

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

 span { border-color: rgb(221,105,117); }

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