Html Css Color HEX #D968FD Heliotrope

📋 copy color: '#D968FD'

red 217 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #D968FD

Tints of Heliotrope #D968FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.12%

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

R = 37.8%
G = 18.12%
B = 44.08%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D968FD (or 0xD968FD) is known color: Heliotrope. HEX triplet: D9, 68 and FD. RGB value is (217,104,253). Sum of RGB (Red+Green+Blue) = 217+104+253=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #D968FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968FD is #269702. Grayscale: #9A9A9A. Windows color (decimal): -2529027 or 16607449. OLE color: 16607449.

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

Color convert

RGB 217 104 253 -
CMYK 0.14 0.59 0 0.01
HSL 285.5º 0.97% 0.7% -
HSV(B) 285.5º 0.59% 0.99% -
XYZ 51.3 31.74 96.35 -
YUV 154.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 217 104 253 0.14 0.59 0 0.01 285.5 0.97 0.7
Hex D9 68 FD E 3B 0 1 11E 61 46
Octal 331 150 375 16 73 0 1 436 141 106
Binary 11011001 1101000 11111101 1110 111011 0 1 100011110 1100001 1000110

Color Harmonies of #D968FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968FD

Black with #D968FD

Text Example


Text Example

White with #D968FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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