Html Css Color HEX #D449FE Heliotrope

📋 copy color: '#D449FE'

red 212 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #D449FE

Tints of Heliotrope #D449FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.54%

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

R = 39.33%
G = 13.54%
B = 47.12%

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

#D449FE (or 0xD449FE) is known color: Heliotrope. HEX triplet: D4, 49 and FE. RGB value is (212,73,254). Sum of RGB (Red+Green+Blue) = 212+73+254=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #D449FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449FE is #2BB601. Grayscale: #868686. Windows color (decimal): -2864642 or 16665044. OLE color: 16665044.

HSL color Cylindrical-coordinate representation of color #D449FE: hue angle of 286.08º 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 #D449FE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 73 254 -
CMYK 0.17 0.71 0 0.00
HSL 286.08º 0.99% 0.64% -
HSV(B) 286.08º 0.71% 1% -
XYZ 47.42 25.92 96.27 -
YUV 135.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 212 73 254 0.17 0.71 0 0.00 286.08 0.99 0.64
Hex D4 49 FE 11 47 0 0 11E 63 40
Octal 324 111 376 21 107 0 0 436 143 100
Binary 11010100 1001001 11111110 10001 1000111 0 0 100011110 1100011 1000000

Color Harmonies of #D449FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449FE

Black with #D449FE

Text Example


Text Example

White with #D449FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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