Html Css Color HEX #DD5F6B Froly

📋 copy color: '#DD5F6B'

red 221 ◦ green 95 ◦ blue 107

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

Shades of Froly #DD5F6B

Tints of Froly #DD5F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 52.25%
G = 22.46%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5F6B (or 0xDD5F6B) is known color: Froly. HEX triplet: DD, 5F and 6B. RGB value is (221,95,107). Sum of RGB (Red+Green+Blue) = 221+95+107=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F6B is #22A094. Grayscale: #868686. Windows color (decimal): -2269333 or 7036893. OLE color: 7036893.

HSL color Cylindrical-coordinate representation of color #DD5F6B: hue angle of 354.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5F6B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 107 -
CMYK 0 0.57 0.52 0.13
HSL 354.29º 0.65% 0.62% -
HSV(B) 354.29º 0.57% 0.87% -
XYZ 36.56 24.62 16.73 -
YUV 134.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 221 95 107 0 0.57 0.52 0.13 354.29 0.65 0.62
Hex DD 5F 6B 0 39 34 D 162 41 3E
Octal 335 137 153 0 71 64 15 542 101 76
Binary 11011101 1011111 1101011 0 111001 110100 1101 101100010 1000001 111110

Color Harmonies of #DD5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F6B

Black with #DD5F6B

Text Example


Text Example

White with #DD5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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