Html Css Color HEX #DF85F9 Heliotrope

📋 copy color: '#DF85F9'

red 223 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #DF85F9

Tints of Heliotrope #DF85F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.98%

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 36.86%
G = 21.98%
B = 41.16%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF85F9 (or 0xDF85F9) is known color: Heliotrope. HEX triplet: DF, 85 and F9. RGB value is (223,133,249). Sum of RGB (Red+Green+Blue) = 223+133+249=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F9 is #207A06. Grayscale: #ACACAC. Windows color (decimal): -2128391 or 16352735. OLE color: 16352735.

HSL color Cylindrical-coordinate representation of color #DF85F9: hue angle of 286.55º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF85F9 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 133 249 -
CMYK 0.10 0.47 0 0.02
HSL 286.55º 0.91% 0.75% -
HSV(B) 286.55º 0.47% 0.98% -
XYZ 55.92 39.3 94.26 -
YUV 173.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 223 133 249 0.10 0.47 0 0.02 286.55 0.91 0.75
Hex DF 85 F9 A 2F 0 2 11F 5B 4B
Octal 337 205 371 12 57 0 2 437 133 113
Binary 11011111 10000101 11111001 1010 101111 0 10 100011111 1011011 1001011

Color Harmonies of #DF85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85F9

Black with #DF85F9

Text Example


Text Example

White with #DF85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85F9; }

 p { color: rgb(223,133,249); }

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

background-color css

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

 a { background-color: rgb(223,133,249); }

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

border-color css

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

 span { border-color: rgb(223,133,249); }

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