Html Css Color HEX #D75AFF Heliotrope

📋 copy color: '#D75AFF'

red 215 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #D75AFF

Tints of Heliotrope #D75AFF

RGB

 RED value IS 215 (84.38% from 255) = 38.39%

 GREEN value IS 90 (35.55% from 255) = 16.07%

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

R = 38.39%
G = 16.07%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D75AFF (or 0xD75AFF) is known color: Heliotrope. HEX triplet: D7, 5A and FF. RGB value is (215,90,255). Sum of RGB (Red+Green+Blue) = 215+90+255=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D75AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AFF is #28A500. Grayscale: #919191. Windows color (decimal): -2663681 or 16734935. OLE color: 16734935.

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

Color convert

RGB 215 90 255 -
CMYK 0.16 0.65 0 0
HSL 285.45º 1% 0.68% -
HSV(B) 285.45º 0.65% 1% -
XYZ 49.73 28.98 97.58 -
YUV 146.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 215 90 255 0.16 0.65 0 0 285.45 1 0.68
Hex D7 5A FF 10 41 0 0 11D 64 44
Octal 327 132 377 20 101 0 0 435 144 104
Binary 11010111 1011010 11111111 10000 1000001 0 0 100011101 1100100 1000100

Color Harmonies of #D75AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AFF

Black with #D75AFF

Text Example


Text Example

White with #D75AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AFF; }

 p { color: rgb(215,90,255); }

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

background-color css

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

 a { background-color: rgb(215,90,255); }

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

border-color css

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

 span { border-color: rgb(215,90,255); }

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