Html Css Color HEX #D45FFA Heliotrope

📋 copy color: '#D45FFA'

red 212 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #D45FFA

Tints of Heliotrope #D45FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.06%

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

R = 38.06%
G = 17.06%
B = 44.88%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D45FFA (or 0xD45FFA) is known color: Heliotrope. HEX triplet: D4, 5F and FA. RGB value is (212,95,250). Sum of RGB (Red+Green+Blue) = 212+95+250=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #D45FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FFA is #2BA005. Grayscale: #939393. Windows color (decimal): -2859014 or 16408532. OLE color: 16408532.

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

Color convert

RGB 212 95 250 -
CMYK 0.15 0.62 0 0.02
HSL 285.29º 0.94% 0.68% -
HSV(B) 285.29º 0.62% 0.98% -
XYZ 48.5 29.08 93.5 -
YUV 147.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 212 95 250 0.15 0.62 0 0.02 285.29 0.94 0.68
Hex D4 5F FA F 3E 0 2 11D 5E 44
Octal 324 137 372 17 76 0 2 435 136 104
Binary 11010100 1011111 11111010 1111 111110 0 10 100011101 1011110 1000100

Color Harmonies of #D45FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45FFA

Black with #D45FFA

Text Example


Text Example

White with #D45FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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