Html Css Color HEX #D75AFE Heliotrope

📋 copy color: '#D75AFE'

red 215 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D75AFE

Tints of Heliotrope #D75AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 38.46%
G = 16.1%
B = 45.44%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D75AFE (or 0xD75AFE) is known color: Heliotrope. HEX triplet: D7, 5A and FE. RGB value is (215,90,254). Sum of RGB (Red+Green+Blue) = 215+90+254=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D75AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AFE is #28A501. Grayscale: #919191. Windows color (decimal): -2663682 or 16669399. OLE color: 16669399.

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

Color convert

RGB 215 90 254 -
CMYK 0.15 0.65 0 0.00
HSL 285.73º 0.99% 0.67% -
HSV(B) 285.73º 0.65% 1% -
XYZ 49.57 28.92 96.73 -
YUV 146.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 215 90 254 0.15 0.65 0 0.00 285.73 0.99 0.67
Hex D7 5A FE F 41 0 0 11E 63 43
Octal 327 132 376 17 101 0 0 436 143 103
Binary 11010111 1011010 11111110 1111 1000001 0 0 100011110 1100011 1000011

Color Harmonies of #D75AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AFE

Black with #D75AFE

Text Example


Text Example

White with #D75AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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