Html Css Color HEX #DF6675 Froly

📋 copy color: '#DF6675'

red 223 ◦ green 102 ◦ blue 117

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

Shades of Froly #DF6675

Tints of Froly #DF6675

RGB

 RED value IS 223 (87.5% from 255) = 50.45%

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 50.45%
G = 23.08%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6675 (or 0xDF6675) is known color: Froly. HEX triplet: DF, 66 and 75. RGB value is (223,102,117). Sum of RGB (Red+Green+Blue) = 223+102+117=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6675 is #20998A. Grayscale: #8B8B8B. Windows color (decimal): -2136459 or 7694047. OLE color: 7694047.

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

Color convert

RGB 223 102 117 -
CMYK 0 0.54 0.48 0.13
HSL 352.56º 0.65% 0.64% -
HSV(B) 352.56º 0.54% 0.87% -
XYZ 38.39 26.48 19.92 -
YUV 139.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 223 102 117 0 0.54 0.48 0.13 352.56 0.65 0.64
Hex DF 66 75 0 36 30 D 161 41 40
Octal 337 146 165 0 66 60 15 541 101 100
Binary 11011111 1100110 1110101 0 110110 110000 1101 101100001 1000001 1000000

Color Harmonies of #DF6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6675

Black with #DF6675

Text Example


Text Example

White with #DF6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6675; }

 p { color: rgb(223,102,117); }

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

background-color css

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

 a { background-color: rgb(223,102,117); }

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

border-color css

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

 span { border-color: rgb(223,102,117); }

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