Html Css Color HEX #DF75FF Heliotrope

📋 copy color: '#DF75FF'

red 223 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #DF75FF

Tints of Heliotrope #DF75FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 37.48%
G = 19.66%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF75FF (or 0xDF75FF) is known color: Heliotrope. HEX triplet: DF, 75 and FF. RGB value is (223,117,255). Sum of RGB (Red+Green+Blue) = 223+117+255=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75FF is #208A00. Grayscale: #A3A3A3. Windows color (decimal): -2132481 or 16741855. OLE color: 16741855.

HSL color Cylindrical-coordinate representation of color #DF75FF: hue angle of 286.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF75FF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 117 255 -
CMYK 0.13 0.54 0 0
HSL 286.09º 1% 0.73% -
HSV(B) 286.09º 0.54% 1% -
XYZ 54.84 35.63 98.59 -
YUV 164.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 223 117 255 0.13 0.54 0 0 286.09 1 0.73
Hex DF 75 FF D 36 0 0 11E 64 49
Octal 337 165 377 15 66 0 0 436 144 111
Binary 11011111 1110101 11111111 1101 110110 0 0 100011110 1100100 1001001

Color Harmonies of #DF75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75FF

Black with #DF75FF

Text Example


Text Example

White with #DF75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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