Html Css Color HEX #D75DFB Heliotrope

📋 copy color: '#D75DFB'

red 215 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D75DFB

Tints of Heliotrope #D75DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.64%

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

R = 38.46%
G = 16.64%
B = 44.9%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D75DFB (or 0xD75DFB) is known color: Heliotrope. HEX triplet: D7, 5D and FB. RGB value is (215,93,251). Sum of RGB (Red+Green+Blue) = 215+93+251=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DFB is #28A204. Grayscale: #929292. Windows color (decimal): -2662917 or 16473559. OLE color: 16473559.

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

Color convert

RGB 215 93 251 -
CMYK 0.14 0.63 0 0.02
HSL 286.33º 0.95% 0.67% -
HSV(B) 286.33º 0.63% 0.98% -
XYZ 49.35 29.24 94.31 -
YUV 147.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 215 93 251 0.14 0.63 0 0.02 286.33 0.95 0.67
Hex D7 5D FB E 3F 0 2 11E 5F 43
Octal 327 135 373 16 77 0 2 436 137 103
Binary 11010111 1011101 11111011 1110 111111 0 10 100011110 1011111 1000011

Color Harmonies of #D75DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DFB

Black with #D75DFB

Text Example


Text Example

White with #D75DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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