Html Css Color HEX #DD6B75 Froly

📋 copy color: '#DD6B75'

red 221 ◦ green 107 ◦ blue 117

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

Shades of Froly #DD6B75

Tints of Froly #DD6B75

RGB

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

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

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

R = 49.66%
G = 24.04%
B = 26.29%

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

#DD6B75 (or 0xDD6B75) is known color: Froly. HEX triplet: DD, 6B and 75. RGB value is (221,107,117). Sum of RGB (Red+Green+Blue) = 221+107+117=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B75 is #22948A. Grayscale: #8E8E8E. Windows color (decimal): -2266251 or 7695325. OLE color: 7695325.

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

Color convert

RGB 221 107 117 -
CMYK 0 0.52 0.47 0.13
HSL 354.74º 0.63% 0.64% -
HSV(B) 354.74º 0.52% 0.87% -
XYZ 38.29 27.17 20.06 -
YUV 142.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 221 107 117 0 0.52 0.47 0.13 354.74 0.63 0.64
Hex DD 6B 75 0 34 2F D 163 3F 40
Octal 335 153 165 0 64 57 15 543 77 100
Binary 11011101 1101011 1110101 0 110100 101111 1101 101100011 111111 1000000

Color Harmonies of #DD6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B75

Black with #DD6B75

Text Example


Text Example

White with #DD6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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