Html Css Color HEX #D775ED Heliotrope

📋 copy color: '#D775ED'

red 215 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #D775ED

Tints of Heliotrope #D775ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 37.79%
G = 20.56%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D775ED (or 0xD775ED) is known color: Heliotrope. HEX triplet: D7, 75 and ED. RGB value is (215,117,237). Sum of RGB (Red+Green+Blue) = 215+117+237=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #D775ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775ED is #288A12. Grayscale: #9F9F9F. Windows color (decimal): -2656787 or 15562199. OLE color: 15562199.

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

Color convert

RGB 215 117 237 -
CMYK 0.09 0.51 0 0.07
HSL 289º 0.77% 0.69% -
HSV(B) 289º 0.51% 0.93% -
XYZ 49.67 33.28 83.93 -
YUV 159.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 215 117 237 0.09 0.51 0 0.07 289 0.77 0.69
Hex D7 75 ED 9 33 0 7 121 4D 45
Octal 327 165 355 11 63 0 7 441 115 105
Binary 11010111 1110101 11101101 1001 110011 0 111 100100001 1001101 1000101

Color Harmonies of #D775ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775ED

Black with #D775ED

Text Example


Text Example

White with #D775ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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