Html Css Color HEX #DF69FA Heliotrope

📋 copy color: '#DF69FA'

red 223 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #DF69FA

Tints of Heliotrope #DF69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.17%

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

R = 38.58%
G = 18.17%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF69FA (or 0xDF69FA) is known color: Heliotrope. HEX triplet: DF, 69 and FA. RGB value is (223,105,250). Sum of RGB (Red+Green+Blue) = 223+105+250=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69FA is #209605. Grayscale: #9C9C9C. Windows color (decimal): -2135558 or 16411103. OLE color: 16411103.

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

Color convert

RGB 223 105 250 -
CMYK 0.11 0.58 0 0.02
HSL 288.83º 0.94% 0.7% -
HSV(B) 288.83º 0.58% 0.98% -
XYZ 52.74 32.69 93.97 -
YUV 156.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 223 105 250 0.11 0.58 0 0.02 288.83 0.94 0.7
Hex DF 69 FA B 3A 0 2 121 5E 46
Octal 337 151 372 13 72 0 2 441 136 106
Binary 11011111 1101001 11111010 1011 111010 0 10 100100001 1011110 1000110

Color Harmonies of #DF69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69FA

Black with #DF69FA

Text Example


Text Example

White with #DF69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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