Html Css Color HEX #D975FD Heliotrope

📋 copy color: '#D975FD'

red 217 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #D975FD

Tints of Heliotrope #D975FD

RGB

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

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

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

R = 36.97%
G = 19.93%
B = 43.1%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D975FD (or 0xD975FD) is known color: Heliotrope. HEX triplet: D9, 75 and FD. RGB value is (217,117,253). Sum of RGB (Red+Green+Blue) = 217+117+253=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #D975FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975FD is #268A02. Grayscale: #A1A1A1. Windows color (decimal): -2525699 or 16610777. OLE color: 16610777.

HSL color Cylindrical-coordinate representation of color #D975FD: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D975FD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 117 253 -
CMYK 0.14 0.54 0 0.01
HSL 284.12º 0.97% 0.73% -
HSV(B) 284.12º 0.54% 0.99% -
XYZ 52.71 34.57 96.82 -
YUV 162.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 217 117 253 0.14 0.54 0 0.01 284.12 0.97 0.73
Hex D9 75 FD E 36 0 1 11C 61 49
Octal 331 165 375 16 66 0 1 434 141 111
Binary 11011001 1110101 11111101 1110 110110 0 1 100011100 1100001 1001001

Color Harmonies of #D975FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975FD

Black with #D975FD

Text Example


Text Example

White with #D975FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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