Html Css Color HEX #D775EE Heliotrope

📋 copy color: '#D775EE'

red 215 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #D775EE

Tints of Heliotrope #D775EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 37.72%
G = 20.53%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D775EE (or 0xD775EE) is known color: Heliotrope. HEX triplet: D7, 75 and EE. RGB value is (215,117,238). Sum of RGB (Red+Green+Blue) = 215+117+238=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #D775EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775EE is #288A11. Grayscale: #9F9F9F. Windows color (decimal): -2656786 or 15627735. OLE color: 15627735.

HSL color Cylindrical-coordinate representation of color #D775EE: hue angle of 288.6º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D775EE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 117 238 -
CMYK 0.10 0.51 0 0.07
HSL 288.6º 0.78% 0.7% -
HSV(B) 288.6º 0.51% 0.93% -
XYZ 49.82 33.34 84.7 -
YUV 160.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 215 117 238 0.10 0.51 0 0.07 288.6 0.78 0.7
Hex D7 75 EE A 33 0 7 121 4E 46
Octal 327 165 356 12 63 0 7 441 116 106
Binary 11010111 1110101 11101110 1010 110011 0 111 100100001 1001110 1000110

Color Harmonies of #D775EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775EE

Black with #D775EE

Text Example


Text Example

White with #D775EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775EE; }

 p { color: rgb(215,117,238); }

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

background-color css

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

 a { background-color: rgb(215,117,238); }

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

border-color css

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

 span { border-color: rgb(215,117,238); }

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