Html Css Color HEX #D75EFD Heliotrope

📋 copy color: '#D75EFD'

red 215 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D75EFD

Tints of Heliotrope #D75EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.73%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 38.26%
G = 16.73%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D75EFD (or 0xD75EFD) is known color: Heliotrope. HEX triplet: D7, 5E and FD. RGB value is (215,94,253). Sum of RGB (Red+Green+Blue) = 215+94+253=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D75EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75EFD is #28A102. Grayscale: #939393. Windows color (decimal): -2662659 or 16604887. OLE color: 16604887.

HSL color Cylindrical-coordinate representation of color #D75EFD: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75EFD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 94 253 -
CMYK 0.15 0.63 0 0.01
HSL 285.66º 0.98% 0.68% -
HSV(B) 285.66º 0.63% 0.99% -
XYZ 49.76 29.54 96.01 -
YUV 148.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 215 94 253 0.15 0.63 0 0.01 285.66 0.98 0.68
Hex D7 5E FD F 3F 0 1 11E 62 44
Octal 327 136 375 17 77 0 1 436 142 104
Binary 11010111 1011110 11111101 1111 111111 0 1 100011110 1100010 1000100

Color Harmonies of #D75EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EFD

Black with #D75EFD

Text Example


Text Example

White with #D75EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EFD; }

 p { color: rgb(215,94,253); }

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

background-color css

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

 a { background-color: rgb(215,94,253); }

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

border-color css

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

 span { border-color: rgb(215,94,253); }

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