Html Css Color HEX #D969FD Heliotrope

📋 copy color: '#D969FD'

red 217 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #D969FD

Tints of Heliotrope #D969FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.26%

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

R = 37.74%
G = 18.26%
B = 44%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D969FD (or 0xD969FD) is known color: Heliotrope. HEX triplet: D9, 69 and FD. RGB value is (217,105,253). Sum of RGB (Red+Green+Blue) = 217+105+253=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #D969FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969FD is #269602. Grayscale: #9A9A9A. Windows color (decimal): -2528771 or 16607705. OLE color: 16607705.

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

Color convert

RGB 217 105 253 -
CMYK 0.14 0.58 0 0.01
HSL 285.41º 0.97% 0.7% -
HSV(B) 285.41º 0.58% 0.99% -
XYZ 51.4 31.95 96.39 -
YUV 155.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 217 105 253 0.14 0.58 0 0.01 285.41 0.97 0.7
Hex D9 69 FD E 3A 0 1 11D 61 46
Octal 331 151 375 16 72 0 1 435 141 106
Binary 11011001 1101001 11111101 1110 111010 0 1 100011101 1100001 1000110

Color Harmonies of #D969FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969FD

Black with #D969FD

Text Example


Text Example

White with #D969FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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