Html Css Color HEX #D469FE Heliotrope

📋 copy color: '#D469FE'

red 212 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #D469FE

Tints of Heliotrope #D469FE

RGB

 RED value IS 212 (83.2% from 255) = 37.13%

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

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

R = 37.13%
G = 18.39%
B = 44.48%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D469FE (or 0xD469FE) is known color: Heliotrope. HEX triplet: D4, 69 and FE. RGB value is (212,105,254). Sum of RGB (Red+Green+Blue) = 212+105+254=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #D469FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469FE is #2B9601. Grayscale: #999999. Windows color (decimal): -2856450 or 16673236. OLE color: 16673236.

HSL color Cylindrical-coordinate representation of color #D469FE: hue angle of 283.09º 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 #D469FE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 105 254 -
CMYK 0.17 0.59 0 0.00
HSL 283.09º 0.99% 0.7% -
HSV(B) 283.09º 0.59% 1% -
XYZ 50.09 31.26 97.16 -
YUV 153.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 212 105 254 0.17 0.59 0 0.00 283.09 0.99 0.7
Hex D4 69 FE 11 3B 0 0 11B 63 46
Octal 324 151 376 21 73 0 0 433 143 106
Binary 11010100 1101001 11111110 10001 111011 0 0 100011011 1100011 1000110

Color Harmonies of #D469FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469FE

Black with #D469FE

Text Example


Text Example

White with #D469FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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