Html Css Color HEX #D972FD Heliotrope

📋 copy color: '#D972FD'

red 217 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D972FD

Tints of Heliotrope #D972FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.52%

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

R = 37.16%
G = 19.52%
B = 43.32%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D972FD (or 0xD972FD) is known color: Heliotrope. HEX triplet: D9, 72 and FD. RGB value is (217,114,253). Sum of RGB (Red+Green+Blue) = 217+114+253=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #D972FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FD is #268D02. Grayscale: #A0A0A0. Windows color (decimal): -2526467 or 16610009. OLE color: 16610009.

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

Color convert

RGB 217 114 253 -
CMYK 0.14 0.55 0 0.01
HSL 284.46º 0.97% 0.72% -
HSV(B) 284.46º 0.55% 0.99% -
XYZ 52.36 33.88 96.71 -
YUV 160.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 217 114 253 0.14 0.55 0 0.01 284.46 0.97 0.72
Hex D9 72 FD E 37 0 1 11C 61 48
Octal 331 162 375 16 67 0 1 434 141 110
Binary 11011001 1110010 11111101 1110 110111 0 1 100011100 1100001 1001000

Color Harmonies of #D972FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972FD

Black with #D972FD

Text Example


Text Example

White with #D972FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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