Html Css Color HEX #D446FA Heliotrope

📋 copy color: '#D446FA'

red 212 ◦ green 70 ◦ blue 250

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

Shades of Heliotrope #D446FA

Tints of Heliotrope #D446FA

RGB

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

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

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

R = 39.85%
G = 13.16%
B = 46.99%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D446FA (or 0xD446FA) is known color: Heliotrope. HEX triplet: D4, 46 and FA. RGB value is (212,70,250). Sum of RGB (Red+Green+Blue) = 212+70+250=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D446FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446FA is #2BB905. Grayscale: #848484. Windows color (decimal): -2865414 or 16402132. OLE color: 16402132.

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

Color convert

RGB 212 70 250 -
CMYK 0.15 0.72 0 0.02
HSL 287.33º 0.95% 0.63% -
HSV(B) 287.33º 0.72% 0.98% -
XYZ 46.6 25.28 92.87 -
YUV 132.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 212 70 250 0.15 0.72 0 0.02 287.33 0.95 0.63
Hex D4 46 FA F 48 0 2 11F 5F 3F
Octal 324 106 372 17 110 0 2 437 137 77
Binary 11010100 1000110 11111010 1111 1001000 0 10 100011111 1011111 111111

Color Harmonies of #D446FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446FA

Black with #D446FA

Text Example


Text Example

White with #D446FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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