Html Css Color HEX #D463FA Heliotrope

📋 copy color: '#D463FA'

red 212 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #D463FA

Tints of Heliotrope #D463FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.65%

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

R = 37.79%
G = 17.65%
B = 44.56%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D463FA (or 0xD463FA) is known color: Heliotrope. HEX triplet: D4, 63 and FA. RGB value is (212,99,250). Sum of RGB (Red+Green+Blue) = 212+99+250=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D463FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463FA is #2B9C05. Grayscale: #959595. Windows color (decimal): -2857990 or 16409556. OLE color: 16409556.

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

Color convert

RGB 212 99 250 -
CMYK 0.15 0.60 0 0.02
HSL 284.9º 0.94% 0.68% -
HSV(B) 284.9º 0.6% 0.98% -
XYZ 48.87 29.82 93.62 -
YUV 150 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 212 99 250 0.15 0.60 0 0.02 284.9 0.94 0.68
Hex D4 63 FA F 3C 0 2 11D 5E 44
Octal 324 143 372 17 74 0 2 435 136 104
Binary 11010100 1100011 11111010 1111 111100 0 10 100011101 1011110 1000100

Color Harmonies of #D463FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463FA

Black with #D463FA

Text Example


Text Example

White with #D463FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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