Html Css Color HEX #DF85FC Heliotrope

📋 copy color: '#DF85FC'

red 223 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #DF85FC

Tints of Heliotrope #DF85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.45%

R = 36.68%
G = 21.88%
B = 41.45%

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

#DF85FC (or 0xDF85FC) is known color: Heliotrope. HEX triplet: DF, 85 and FC. RGB value is (223,133,252). Sum of RGB (Red+Green+Blue) = 223+133+252=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FC is #207A03. Grayscale: #ADADAD. Windows color (decimal): -2128388 or 16549343. OLE color: 16549343.

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

Color convert

RGB 223 133 252 -
CMYK 0.12 0.47 0 0.01
HSL 285.38º 0.95% 0.75% -
HSV(B) 285.38º 0.47% 0.99% -
XYZ 56.39 39.49 96.75 -
YUV 173.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 223 133 252 0.12 0.47 0 0.01 285.38 0.95 0.75
Hex DF 85 FC C 2F 0 1 11D 5F 4B
Octal 337 205 374 14 57 0 1 435 137 113
Binary 11011111 10000101 11111100 1100 101111 0 1 100011101 1011111 1001011

Color Harmonies of #DF85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85FC

Black with #DF85FC

Text Example


Text Example

White with #DF85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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