Html Css Color HEX #DF85FD Heliotrope

📋 copy color: '#DF85FD'

red 223 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #DF85FD

Tints of Heliotrope #DF85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 36.62%
G = 21.84%
B = 41.54%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF85FD (or 0xDF85FD) is known color: Heliotrope. HEX triplet: DF, 85 and FD. RGB value is (223,133,253). Sum of RGB (Red+Green+Blue) = 223+133+253=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FD is #207A02. Grayscale: #ADADAD. Windows color (decimal): -2128387 or 16614879. OLE color: 16614879.

HSL color Cylindrical-coordinate representation of color #DF85FD: hue angle of 285º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF85FD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 133 253 -
CMYK 0.12 0.47 0 0.01
HSL 285º 0.97% 0.76% -
HSV(B) 285º 0.47% 0.99% -
XYZ 56.55 39.55 97.58 -
YUV 173.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 223 133 253 0.12 0.47 0 0.01 285 0.97 0.76
Hex DF 85 FD C 2F 0 1 11D 61 4C
Octal 337 205 375 14 57 0 1 435 141 114
Binary 11011111 10000101 11111101 1100 101111 0 1 100011101 1100001 1001100

Color Harmonies of #DF85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85FD

Black with #DF85FD

Text Example


Text Example

White with #DF85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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