Html Css Color HEX #DF82FA Heliotrope

📋 copy color: '#DF82FA'

red 223 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #DF82FA

Tints of Heliotrope #DF82FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.56%

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

R = 36.98%
G = 21.56%
B = 41.46%

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

#DF82FA (or 0xDF82FA) is known color: Heliotrope. HEX triplet: DF, 82 and FA. RGB value is (223,130,250). Sum of RGB (Red+Green+Blue) = 223+130+250=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF82FA is #207D05. Grayscale: #ABABAB. Windows color (decimal): -2129158 or 16417503. OLE color: 16417503.

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

Color convert

RGB 223 130 250 -
CMYK 0.11 0.48 0 0.02
HSL 286.5º 0.92% 0.75% -
HSV(B) 286.5º 0.48% 0.98% -
XYZ 55.67 38.56 94.95 -
YUV 171.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 223 130 250 0.11 0.48 0 0.02 286.5 0.92 0.75
Hex DF 82 FA B 30 0 2 11E 5C 4B
Octal 337 202 372 13 60 0 2 436 134 113
Binary 11011111 10000010 11111010 1011 110000 0 10 100011110 1011100 1001011

Color Harmonies of #DF82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82FA

Black with #DF82FA

Text Example


Text Example

White with #DF82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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