Html Css Color HEX #D975F9 Heliotrope

📋 copy color: '#D975F9'

red 217 ◦ green 117 ◦ blue 249

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

Shades of Heliotrope #D975F9

Tints of Heliotrope #D975F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 37.22%
G = 20.07%
B = 42.71%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D975F9 (or 0xD975F9) is known color: Heliotrope. HEX triplet: D9, 75 and F9. RGB value is (217,117,249). Sum of RGB (Red+Green+Blue) = 217+117+249=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #D975F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975F9 is #268A06. Grayscale: #A1A1A1. Windows color (decimal): -2525703 or 16348633. OLE color: 16348633.

HSL color Cylindrical-coordinate representation of color #D975F9: hue angle of 285.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D975F9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 117 249 -
CMYK 0.13 0.53 0 0.02
HSL 285.45º 0.92% 0.72% -
HSV(B) 285.45º 0.53% 0.98% -
XYZ 52.08 34.31 93.5 -
YUV 161.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 217 117 249 0.13 0.53 0 0.02 285.45 0.92 0.72
Hex D9 75 F9 D 35 0 2 11D 5C 48
Octal 331 165 371 15 65 0 2 435 134 110
Binary 11011001 1110101 11111001 1101 110101 0 10 100011101 1011100 1001000

Color Harmonies of #D975F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975F9

Black with #D975F9

Text Example


Text Example

White with #D975F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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