Html Css Color HEX #D970F9 Heliotrope

📋 copy color: '#D970F9'

red 217 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #D970F9

Tints of Heliotrope #D970F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.38%

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

R = 37.54%
G = 19.38%
B = 43.08%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D970F9 (or 0xD970F9) is known color: Heliotrope. HEX triplet: D9, 70 and F9. RGB value is (217,112,249). Sum of RGB (Red+Green+Blue) = 217+112+249=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #D970F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F9 is #268F06. Grayscale: #9E9E9E. Windows color (decimal): -2526983 or 16347353. OLE color: 16347353.

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

Color convert

RGB 217 112 249 -
CMYK 0.13 0.55 0 0.02
HSL 285.99º 0.92% 0.71% -
HSV(B) 285.99º 0.55% 0.98% -
XYZ 51.51 33.18 93.31 -
YUV 159.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 217 112 249 0.13 0.55 0 0.02 285.99 0.92 0.71
Hex D9 70 F9 D 37 0 2 11E 5C 47
Octal 331 160 371 15 67 0 2 436 134 107
Binary 11011001 1110000 11111001 1101 110111 0 10 100011110 1011100 1000111

Color Harmonies of #D970F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970F9

Black with #D970F9

Text Example


Text Example

White with #D970F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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