Html Css Color HEX #D462FA Heliotrope

📋 copy color: '#D462FA'

red 212 ◦ green 98 ◦ blue 250

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

Shades of Heliotrope #D462FA

Tints of Heliotrope #D462FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.5%

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

R = 37.86%
G = 17.5%
B = 44.64%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D462FA (or 0xD462FA) is known color: Heliotrope. HEX triplet: D4, 62 and FA. RGB value is (212,98,250). Sum of RGB (Red+Green+Blue) = 212+98+250=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D462FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462FA is #2B9D05. Grayscale: #949494. Windows color (decimal): -2858246 or 16409300. OLE color: 16409300.

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

Color convert

RGB 212 98 250 -
CMYK 0.15 0.61 0 0.02
HSL 285º 0.94% 0.68% -
HSV(B) 285º 0.61% 0.98% -
XYZ 48.77 29.63 93.59 -
YUV 149.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 212 98 250 0.15 0.61 0 0.02 285 0.94 0.68
Hex D4 62 FA F 3D 0 2 11D 5E 44
Octal 324 142 372 17 75 0 2 435 136 104
Binary 11010100 1100010 11111010 1111 111101 0 10 100011101 1011110 1000100

Color Harmonies of #D462FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462FA

Black with #D462FA

Text Example


Text Example

White with #D462FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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