Html Css Color HEX #D446FD Heliotrope

📋 copy color: '#D446FD'

red 212 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #D446FD

Tints of Heliotrope #D446FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 39.63%
G = 13.08%
B = 47.29%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D446FD (or 0xD446FD) is known color: Heliotrope. HEX triplet: D4, 46 and FD. RGB value is (212,70,253). Sum of RGB (Red+Green+Blue) = 212+70+253=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D446FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446FD is #2BB902. Grayscale: #848484. Windows color (decimal): -2865411 or 16598740. OLE color: 16598740.

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

Color convert

RGB 212 70 253 -
CMYK 0.16 0.72 0 0.01
HSL 286.56º 0.98% 0.63% -
HSV(B) 286.56º 0.72% 0.99% -
XYZ 47.07 25.47 95.36 -
YUV 133.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 212 70 253 0.16 0.72 0 0.01 286.56 0.98 0.63
Hex D4 46 FD 10 48 0 1 11F 62 3F
Octal 324 106 375 20 110 0 1 437 142 77
Binary 11010100 1000110 11111101 10000 1001000 0 1 100011111 1100010 111111

Color Harmonies of #D446FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446FD

Black with #D446FD

Text Example


Text Example

White with #D446FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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