Html Css Color HEX #D962FD Heliotrope

📋 copy color: '#D962FD'

red 217 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #D962FD

Tints of Heliotrope #D962FD

RGB

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

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

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

R = 38.2%
G = 17.25%
B = 44.54%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D962FD (or 0xD962FD) is known color: Heliotrope. HEX triplet: D9, 62 and FD. RGB value is (217,98,253). Sum of RGB (Red+Green+Blue) = 217+98+253=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #D962FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962FD is #269D02. Grayscale: #969696. Windows color (decimal): -2530563 or 16605913. OLE color: 16605913.

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

Color convert

RGB 217 98 253 -
CMYK 0.14 0.61 0 0.01
HSL 286.06º 0.97% 0.69% -
HSV(B) 286.06º 0.61% 0.99% -
XYZ 50.71 30.58 96.16 -
YUV 151.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 217 98 253 0.14 0.61 0 0.01 286.06 0.97 0.69
Hex D9 62 FD E 3D 0 1 11E 61 45
Octal 331 142 375 16 75 0 1 436 141 105
Binary 11011001 1100010 11111101 1110 111101 0 1 100011110 1100001 1000101

Color Harmonies of #D962FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962FD

Black with #D962FD

Text Example


Text Example

White with #D962FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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