Html Css Color HEX #D461FA Heliotrope

📋 copy color: '#D461FA'

red 212 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #D461FA

Tints of Heliotrope #D461FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.35%

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

R = 37.92%
G = 17.35%
B = 44.72%

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

#D461FA (or 0xD461FA) is known color: Heliotrope. HEX triplet: D4, 61 and FA. RGB value is (212,97,250). Sum of RGB (Red+Green+Blue) = 212+97+250=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D461FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FA is #2B9E05. Grayscale: #949494. Windows color (decimal): -2858502 or 16409044. OLE color: 16409044.

HSL color Cylindrical-coordinate representation of color #D461FA: hue angle of 285.1º 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 #D461FA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 97 250 -
CMYK 0.15 0.61 0 0.02
HSL 285.1º 0.94% 0.68% -
HSV(B) 285.1º 0.61% 0.98% -
XYZ 48.68 29.45 93.56 -
YUV 148.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 212 97 250 0.15 0.61 0 0.02 285.1 0.94 0.68
Hex D4 61 FA F 3D 0 2 11D 5E 44
Octal 324 141 372 17 75 0 2 435 136 104
Binary 11010100 1100001 11111010 1111 111101 0 10 100011101 1011110 1000100

Color Harmonies of #D461FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461FA

Black with #D461FA

Text Example


Text Example

White with #D461FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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