Html Css Color HEX #DF85FA Heliotrope

📋 copy color: '#DF85FA'

red 223 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #DF85FA

Tints of Heliotrope #DF85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 36.8%
G = 21.95%
B = 41.25%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF85FA (or 0xDF85FA) is known color: Heliotrope. HEX triplet: DF, 85 and FA. RGB value is (223,133,250). Sum of RGB (Red+Green+Blue) = 223+133+250=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FA is #207A05. Grayscale: #ACACAC. Windows color (decimal): -2128390 or 16418271. OLE color: 16418271.

HSL color Cylindrical-coordinate representation of color #DF85FA: hue angle of 286.15º degrees, saturation: 0.92, 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 #DF85FA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 133 250 -
CMYK 0.11 0.47 0 0.02
HSL 286.15º 0.92% 0.75% -
HSV(B) 286.15º 0.47% 0.98% -
XYZ 56.07 39.37 95.09 -
YUV 173.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 223 133 250 0.11 0.47 0 0.02 286.15 0.92 0.75
Hex DF 85 FA B 2F 0 2 11E 5C 4B
Octal 337 205 372 13 57 0 2 436 134 113
Binary 11011111 10000101 11111010 1011 101111 0 10 100011110 1011100 1001011

Color Harmonies of #DF85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85FA

Black with #DF85FA

Text Example


Text Example

White with #DF85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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