Html Css Color HEX #DD6265 Froly

📋 copy color: '#DD6265'

red 221 ◦ green 98 ◦ blue 101

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

Shades of Froly #DD6265

Tints of Froly #DD6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 52.62%
G = 23.33%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6265 (or 0xDD6265) is known color: Froly. HEX triplet: DD, 62 and 65. RGB value is (221,98,101). Sum of RGB (Red+Green+Blue) = 221+98+101=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6265 is #229D9A. Grayscale: #878787. Windows color (decimal): -2268571 or 6644445. OLE color: 6644445.

HSL color Cylindrical-coordinate representation of color #DD6265: hue angle of 358.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6265 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 101 -
CMYK 0 0.56 0.54 0.13
HSL 358.54º 0.64% 0.63% -
HSV(B) 358.54º 0.56% 0.87% -
XYZ 36.54 25.05 15.22 -
YUV 135.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 221 98 101 0 0.56 0.54 0.13 358.54 0.64 0.63
Hex DD 62 65 0 38 36 D 167 40 3F
Octal 335 142 145 0 70 66 15 547 100 77
Binary 11011101 1100010 1100101 0 111000 110110 1101 101100111 1000000 111111

Color Harmonies of #DD6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6265

Black with #DD6265

Text Example


Text Example

White with #DD6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6265; }

 p { color: rgb(221,98,101); }

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

background-color css

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

 a { background-color: rgb(221,98,101); }

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

border-color css

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

 span { border-color: rgb(221,98,101); }

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