Html Css Color HEX #D450FA Heliotrope

📋 copy color: '#D450FA'

red 212 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #D450FA

Tints of Heliotrope #D450FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.76%

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

R = 39.11%
G = 14.76%
B = 46.13%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D450FA (or 0xD450FA) is known color: Heliotrope. HEX triplet: D4, 50 and FA. RGB value is (212,80,250). Sum of RGB (Red+Green+Blue) = 212+80+250=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #D450FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450FA is #2BAF05. Grayscale: #8A8A8A. Windows color (decimal): -2862854 or 16404692. OLE color: 16404692.

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

Color convert

RGB 212 80 250 -
CMYK 0.15 0.68 0 0.02
HSL 286.59º 0.94% 0.65% -
HSV(B) 286.59º 0.68% 0.98% -
XYZ 47.28 26.64 93.09 -
YUV 138.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 212 80 250 0.15 0.68 0 0.02 286.59 0.94 0.65
Hex D4 50 FA F 44 0 2 11F 5E 41
Octal 324 120 372 17 104 0 2 437 136 101
Binary 11010100 1010000 11111010 1111 1000100 0 10 100011111 1011110 1000001

Color Harmonies of #D450FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450FA

Black with #D450FA

Text Example


Text Example

White with #D450FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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