Html Css Color HEX #DF75FA Heliotrope

📋 copy color: '#DF75FA'

red 223 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #DF75FA

Tints of Heliotrope #DF75FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.83%

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

R = 37.8%
G = 19.83%
B = 42.37%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF75FA (or 0xDF75FA) is known color: Heliotrope. HEX triplet: DF, 75 and FA. RGB value is (223,117,250). Sum of RGB (Red+Green+Blue) = 223+117+250=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 117 (46.09% from 255 or 19.83% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75FA is #208A05. Grayscale: #A3A3A3. Windows color (decimal): -2132486 or 16414175. OLE color: 16414175.

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

Color convert

RGB 223 117 250 -
CMYK 0.11 0.53 0 0.02
HSL 287.82º 0.93% 0.72% -
HSV(B) 287.82º 0.53% 0.98% -
XYZ 54.05 35.31 94.41 -
YUV 163.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 223 117 250 0.11 0.53 0 0.02 287.82 0.93 0.72
Hex DF 75 FA B 35 0 2 120 5D 48
Octal 337 165 372 13 65 0 2 440 135 110
Binary 11011111 1110101 11111010 1011 110101 0 10 100100000 1011101 1001000

Color Harmonies of #DF75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75FA

Black with #DF75FA

Text Example


Text Example

White with #DF75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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