Html Css Color HEX #D44AFE Heliotrope

📋 copy color: '#D44AFE'

red 212 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #D44AFE

Tints of Heliotrope #D44AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.7%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 39.26%
G = 13.7%
B = 47.04%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D44AFE (or 0xD44AFE) is known color: Heliotrope. HEX triplet: D4, 4A and FE. RGB value is (212,74,254). Sum of RGB (Red+Green+Blue) = 212+74+254=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #D44AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44AFE is #2BB501. Grayscale: #878787. Windows color (decimal): -2864386 or 16665300. OLE color: 16665300.

HSL color Cylindrical-coordinate representation of color #D44AFE: hue angle of 286º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D44AFE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 74 254 -
CMYK 0.17 0.71 0 0.00
HSL 286º 0.99% 0.64% -
HSV(B) 286º 0.71% 1% -
XYZ 47.49 26.05 96.29 -
YUV 135.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 212 74 254 0.17 0.71 0 0.00 286 0.99 0.64
Hex D4 4A FE 11 47 0 0 11E 63 40
Octal 324 112 376 21 107 0 0 436 143 100
Binary 11010100 1001010 11111110 10001 1000111 0 0 100011110 1100011 1000000

Color Harmonies of #D44AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AFE

Black with #D44AFE

Text Example


Text Example

White with #D44AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AFE; }

 p { color: rgb(212,74,254); }

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

background-color css

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

 a { background-color: rgb(212,74,254); }

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

border-color css

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

 span { border-color: rgb(212,74,254); }

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