Html Css Color HEX #D446FF Heliotrope

📋 copy color: '#D446FF'

red 212 ◦ green 70 ◦ blue 255

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

Shades of Heliotrope #D446FF

Tints of Heliotrope #D446FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 39.48%
G = 13.04%
B = 47.49%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D446FF (or 0xD446FF) is known color: Heliotrope. HEX triplet: D4, 46 and FF. RGB value is (212,70,255). Sum of RGB (Red+Green+Blue) = 212+70+255=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 70 (27.73% from 255 or 13.04% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #D446FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446FF is #2BB900. Grayscale: #848484. Windows color (decimal): -2865409 or 16729812. OLE color: 16729812.

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

Color convert

RGB 212 70 255 -
CMYK 0.17 0.73 0 0
HSL 286.05º 1% 0.64% -
HSV(B) 286.05º 0.73% 1% -
XYZ 47.39 25.6 97.05 -
YUV 133.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 212 70 255 0.17 0.73 0 0 286.05 1 0.64
Hex D4 46 FF 11 49 0 0 11E 64 40
Octal 324 106 377 21 111 0 0 436 144 100
Binary 11010100 1000110 11111111 10001 1001001 0 0 100011110 1100100 1000000

Color Harmonies of #D446FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446FF

Black with #D446FF

Text Example


Text Example

White with #D446FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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