Html Css Color HEX #DF85FB Heliotrope

📋 copy color: '#DF85FB'

red 223 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #DF85FB

Tints of Heliotrope #DF85FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 36.74%
G = 21.91%
B = 41.35%

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

#DF85FB (or 0xDF85FB) is known color: Heliotrope. HEX triplet: DF, 85 and FB. RGB value is (223,133,251). Sum of RGB (Red+Green+Blue) = 223+133+251=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85FB is #207A04. Grayscale: #ACACAC. Windows color (decimal): -2128389 or 16483807. OLE color: 16483807.

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

Color convert

RGB 223 133 251 -
CMYK 0.11 0.47 0 0.02
HSL 285.76º 0.94% 0.75% -
HSV(B) 285.76º 0.47% 0.98% -
XYZ 56.23 39.43 95.91 -
YUV 173.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 223 133 251 0.11 0.47 0 0.02 285.76 0.94 0.75
Hex DF 85 FB B 2F 0 2 11E 5E 4B
Octal 337 205 373 13 57 0 2 436 136 113
Binary 11011111 10000101 11111011 1011 101111 0 10 100011110 1011110 1001011

Color Harmonies of #DF85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85FB

Black with #DF85FB

Text Example


Text Example

White with #DF85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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