Html Css Color HEX #D44FFA Heliotrope

📋 copy color: '#D44FFA'

red 212 ◦ green 79 ◦ blue 250

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

Shades of Heliotrope #D44FFA

Tints of Heliotrope #D44FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.6%

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

R = 39.19%
G = 14.6%
B = 46.21%

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

#D44FFA (or 0xD44FFA) is known color: Heliotrope. HEX triplet: D4, 4F and FA. RGB value is (212,79,250). Sum of RGB (Red+Green+Blue) = 212+79+250=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D44FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44FFA is #2BB005. Grayscale: #898989. Windows color (decimal): -2863110 or 16404436. OLE color: 16404436.

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

Color convert

RGB 212 79 250 -
CMYK 0.15 0.68 0 0.02
HSL 286.67º 0.94% 0.65% -
HSV(B) 286.67º 0.68% 0.98% -
XYZ 47.2 26.49 93.07 -
YUV 138.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 212 79 250 0.15 0.68 0 0.02 286.67 0.94 0.65
Hex D4 4F FA F 44 0 2 11F 5E 41
Octal 324 117 372 17 104 0 2 437 136 101
Binary 11010100 1001111 11111010 1111 1000100 0 10 100011111 1011110 1000001

Color Harmonies of #D44FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FFA

Black with #D44FFA

Text Example


Text Example

White with #D44FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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