Html Css Color HEX #D446FE Heliotrope

📋 copy color: '#D446FE'

red 212 ◦ green 70 ◦ blue 254

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

Shades of Heliotrope #D446FE

Tints of Heliotrope #D446FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.06%

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

R = 39.55%
G = 13.06%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D446FE (or 0xD446FE) is known color: Heliotrope. HEX triplet: D4, 46 and FE. RGB value is (212,70,254). Sum of RGB (Red+Green+Blue) = 212+70+254=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 70 (27.73% from 255 or 13.06% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #D446FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446FE is #2BB901. Grayscale: #848484. Windows color (decimal): -2865410 or 16664276. OLE color: 16664276.

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

Color convert

RGB 212 70 254 -
CMYK 0.17 0.72 0 0.00
HSL 286.3º 0.99% 0.64% -
HSV(B) 286.3º 0.72% 1% -
XYZ 47.23 25.53 96.2 -
YUV 133.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 212 70 254 0.17 0.72 0 0.00 286.3 0.99 0.64
Hex D4 46 FE 11 48 0 0 11E 63 40
Octal 324 106 376 21 110 0 0 436 143 100
Binary 11010100 1000110 11111110 10001 1001000 0 0 100011110 1100011 1000000

Color Harmonies of #D446FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446FE

Black with #D446FE

Text Example


Text Example

White with #D446FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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