Html Css Color HEX #D975EB Heliotrope

📋 copy color: '#D975EB'

red 217 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #D975EB

Tints of Heliotrope #D975EB

RGB

 RED value IS 217 (85.16% from 255) = 38.14%

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 38.14%
G = 20.56%
B = 41.3%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D975EB (or 0xD975EB) is known color: Heliotrope. HEX triplet: D9, 75 and EB. RGB value is (217,117,235). Sum of RGB (Red+Green+Blue) = 217+117+235=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #D975EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975EB is #268A14. Grayscale: #9F9F9F. Windows color (decimal): -2525717 or 15431129. OLE color: 15431129.

HSL color Cylindrical-coordinate representation of color #D975EB: hue angle of 290.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D975EB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 117 235 -
CMYK 0.08 0.50 0 0.08
HSL 290.85º 0.75% 0.69% -
HSV(B) 290.85º 0.5% 0.92% -
XYZ 49.97 33.47 82.42 -
YUV 160.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 217 117 235 0.08 0.50 0 0.08 290.85 0.75 0.69
Hex D9 75 EB 8 32 0 8 123 4B 45
Octal 331 165 353 10 62 0 10 443 113 105
Binary 11011001 1110101 11101011 1000 110010 0 1000 100100011 1001011 1000101

Color Harmonies of #D975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975EB

Black with #D975EB

Text Example


Text Example

White with #D975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975EB; }

 p { color: rgb(217,117,235); }

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

background-color css

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

 a { background-color: rgb(217,117,235); }

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

border-color css

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

 span { border-color: rgb(217,117,235); }

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