Html Css Color HEX #D464FA Heliotrope

📋 copy color: '#D464FA'

red 212 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #D464FA

Tints of Heliotrope #D464FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.79%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 37.72%
G = 17.79%
B = 44.48%

CMYK

 C value IS 0.15

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D464FA (or 0xD464FA) is known color: Heliotrope. HEX triplet: D4, 64 and FA. RGB value is (212,100,250). Sum of RGB (Red+Green+Blue) = 212+100+250=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #D464FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464FA is #2B9B05. Grayscale: #969696. Windows color (decimal): -2857734 or 16409812. OLE color: 16409812.

HSL color Cylindrical-coordinate representation of color #D464FA: hue angle of 284.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D464FA is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 100 250 -
CMYK 0.15 0.6 0 0.02
HSL 284.8º 0.94% 0.69% -
HSV(B) 284.8º 0.6% 0.98% -
XYZ 48.96 30.01 93.65 -
YUV 150.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 212 100 250 0.15 0.6 0 0.02 284.8 0.94 0.69
Hex D4 64 FA F 3C 0 2 11D 5E 45
Octal 324 144 372 17 74 0 2 435 136 105
Binary 11010100 1100100 11111010 1111 111100 0 10 100011101 1011110 1000101

Color Harmonies of #D464FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464FA

Black with #D464FA

Text Example


Text Example

White with #D464FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464FA; }

 p { color: rgb(212,100,250); }

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

background-color css

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

 a { background-color: rgb(212,100,250); }

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

border-color css

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

 span { border-color: rgb(212,100,250); }

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