Html Css Color HEX #D969FE Heliotrope

📋 copy color: '#D969FE'

red 217 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #D969FE

Tints of Heliotrope #D969FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 37.67%
G = 18.23%
B = 44.1%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D969FE (or 0xD969FE) is known color: Heliotrope. HEX triplet: D9, 69 and FE. RGB value is (217,105,254). Sum of RGB (Red+Green+Blue) = 217+105+254=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D969FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969FE is #269601. Grayscale: #9A9A9A. Windows color (decimal): -2528770 or 16673241. OLE color: 16673241.

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

Color convert

RGB 217 105 254 -
CMYK 0.15 0.59 0 0.00
HSL 285.1º 0.99% 0.7% -
HSV(B) 285.1º 0.59% 1% -
XYZ 51.56 32.01 97.23 -
YUV 155.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 217 105 254 0.15 0.59 0 0.00 285.1 0.99 0.7
Hex D9 69 FE F 3B 0 0 11D 63 46
Octal 331 151 376 17 73 0 0 435 143 106
Binary 11011001 1101001 11111110 1111 111011 0 0 100011101 1100011 1000110

Color Harmonies of #D969FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969FE

Black with #D969FE

Text Example


Text Example

White with #D969FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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