Html Css Color HEX #D75AFB Heliotrope

📋 copy color: '#D75AFB'

red 215 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #D75AFB

Tints of Heliotrope #D75AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 38.67%
G = 16.19%
B = 45.14%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D75AFB (or 0xD75AFB) is known color: Heliotrope. HEX triplet: D7, 5A and FB. RGB value is (215,90,251). Sum of RGB (Red+Green+Blue) = 215+90+251=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AFB is #28A504. Grayscale: #919191. Windows color (decimal): -2663685 or 16472791. OLE color: 16472791.

HSL color Cylindrical-coordinate representation of color #D75AFB: hue angle of 286.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75AFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 90 251 -
CMYK 0.14 0.64 0 0.02
HSL 286.58º 0.95% 0.67% -
HSV(B) 286.58º 0.64% 0.98% -
XYZ 49.09 28.72 94.22 -
YUV 145.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 215 90 251 0.14 0.64 0 0.02 286.58 0.95 0.67
Hex D7 5A FB E 40 0 2 11F 5F 43
Octal 327 132 373 16 100 0 2 437 137 103
Binary 11010111 1011010 11111011 1110 1000000 0 10 100011111 1011111 1000011

Color Harmonies of #D75AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AFB

Black with #D75AFB

Text Example


Text Example

White with #D75AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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