Html Css Color HEX #D450F9 Heliotrope

📋 copy color: '#D450F9'

red 212 ◦ green 80 ◦ blue 249

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

Shades of Heliotrope #D450F9

Tints of Heliotrope #D450F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.03%

R = 39.19%
G = 14.79%
B = 46.03%

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

#D450F9 (or 0xD450F9) is known color: Heliotrope. HEX triplet: D4, 50 and F9. RGB value is (212,80,249). Sum of RGB (Red+Green+Blue) = 212+80+249=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #D450F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450F9 is #2BAF06. Grayscale: #8A8A8A. Windows color (decimal): -2862855 or 16339156. OLE color: 16339156.

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

Color convert

RGB 212 80 249 -
CMYK 0.15 0.68 0 0.02
HSL 286.86º 0.93% 0.65% -
HSV(B) 286.86º 0.68% 0.98% -
XYZ 47.12 26.57 92.27 -
YUV 138.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 212 80 249 0.15 0.68 0 0.02 286.86 0.93 0.65
Hex D4 50 F9 F 44 0 2 11F 5D 41
Octal 324 120 371 17 104 0 2 437 135 101
Binary 11010100 1010000 11111001 1111 1000100 0 10 100011111 1011101 1000001

Color Harmonies of #D450F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450F9

Black with #D450F9

Text Example


Text Example

White with #D450F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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