Html Css Color HEX #D45DFA Heliotrope

📋 copy color: '#D45DFA'

red 212 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #D45DFA

Tints of Heliotrope #D45DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.76%

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

R = 38.2%
G = 16.76%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D45DFA (or 0xD45DFA) is known color: Heliotrope. HEX triplet: D4, 5D and FA. RGB value is (212,93,250). Sum of RGB (Red+Green+Blue) = 212+93+250=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #D45DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45DFA is #2BA205. Grayscale: #919191. Windows color (decimal): -2859526 or 16408020. OLE color: 16408020.

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

Color convert

RGB 212 93 250 -
CMYK 0.15 0.63 0 0.02
HSL 285.48º 0.94% 0.67% -
HSV(B) 285.48º 0.63% 0.98% -
XYZ 48.32 28.73 93.44 -
YUV 146.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 212 93 250 0.15 0.63 0 0.02 285.48 0.94 0.67
Hex D4 5D FA F 3F 0 2 11D 5E 43
Octal 324 135 372 17 77 0 2 435 136 103
Binary 11010100 1011101 11111010 1111 111111 0 10 100011101 1011110 1000011

Color Harmonies of #D45DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45DFA

Black with #D45DFA

Text Example


Text Example

White with #D45DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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