Html Css Color HEX #DF81FA Heliotrope

📋 copy color: '#DF81FA'

red 223 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #DF81FA

Tints of Heliotrope #DF81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.43%

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

R = 37.04%
G = 21.43%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF81FA (or 0xDF81FA) is known color: Heliotrope. HEX triplet: DF, 81 and FA. RGB value is (223,129,250). Sum of RGB (Red+Green+Blue) = 223+129+250=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81FA is #207E05. Grayscale: #AAAAAA. Windows color (decimal): -2129414 or 16417247. OLE color: 16417247.

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

Color convert

RGB 223 129 250 -
CMYK 0.11 0.48 0 0.02
HSL 286.61º 0.92% 0.74% -
HSV(B) 286.61º 0.48% 0.98% -
XYZ 55.54 38.29 94.91 -
YUV 170.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 223 129 250 0.11 0.48 0 0.02 286.61 0.92 0.74
Hex DF 81 FA B 30 0 2 11F 5C 4A
Octal 337 201 372 13 60 0 2 437 134 112
Binary 11011111 10000001 11111010 1011 110000 0 10 100011111 1011100 1001010

Color Harmonies of #DF81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81FA

Black with #DF81FA

Text Example


Text Example

White with #DF81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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