Html Css Color HEX #DF91FA Heliotrope

📋 copy color: '#DF91FA'

red 223 ◦ green 145 ◦ blue 250

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

Shades of Heliotrope #DF91FA

Tints of Heliotrope #DF91FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.46%

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

R = 36.08%
G = 23.46%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF91FA (or 0xDF91FA) is known color: Heliotrope. HEX triplet: DF, 91 and FA. RGB value is (223,145,250). Sum of RGB (Red+Green+Blue) = 223+145+250=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91FA is #206E05. Grayscale: #B3B3B3. Windows color (decimal): -2125318 or 16421343. OLE color: 16421343.

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

Color convert

RGB 223 145 250 -
CMYK 0.11 0.42 0 0.02
HSL 284.57º 0.91% 0.77% -
HSV(B) 284.57º 0.42% 0.98% -
XYZ 57.81 42.84 95.66 -
YUV 180.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 223 145 250 0.11 0.42 0 0.02 284.57 0.91 0.77
Hex DF 91 FA B 2A 0 2 11D 5B 4D
Octal 337 221 372 13 52 0 2 435 133 115
Binary 11011111 10010001 11111010 1011 101010 0 10 100011101 1011011 1001101

Color Harmonies of #DF91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91FA

Black with #DF91FA

Text Example


Text Example

White with #DF91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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