Html Css Color HEX #D962F9 Heliotrope

📋 copy color: '#D962F9'

red 217 ◦ green 98 ◦ blue 249

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

Shades of Heliotrope #D962F9

Tints of Heliotrope #D962F9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.38%

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

R = 38.48%
G = 17.38%
B = 44.15%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D962F9 (or 0xD962F9) is known color: Heliotrope. HEX triplet: D9, 62 and F9. RGB value is (217,98,249). Sum of RGB (Red+Green+Blue) = 217+98+249=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #D962F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962F9 is #269D06. Grayscale: #969696. Windows color (decimal): -2530567 or 16343769. OLE color: 16343769.

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

Color convert

RGB 217 98 249 -
CMYK 0.13 0.61 0 0.02
HSL 287.28º 0.93% 0.68% -
HSV(B) 287.28º 0.61% 0.98% -
XYZ 50.08 30.33 92.84 -
YUV 150.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 217 98 249 0.13 0.61 0 0.02 287.28 0.93 0.68
Hex D9 62 F9 D 3D 0 2 11F 5D 44
Octal 331 142 371 15 75 0 2 437 135 104
Binary 11011001 1100010 11111001 1101 111101 0 10 100011111 1011101 1000100

Color Harmonies of #D962F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962F9

Black with #D962F9

Text Example


Text Example

White with #D962F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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