Html Css Color HEX #D44DFF Heliotrope

📋 copy color: '#D44DFF'

red 212 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #D44DFF

Tints of Heliotrope #D44DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.15%

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

R = 38.97%
G = 14.15%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D44DFF (or 0xD44DFF) is known color: Heliotrope. HEX triplet: D4, 4D and FF. RGB value is (212,77,255). Sum of RGB (Red+Green+Blue) = 212+77+255=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D44DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DFF is #2BB200. Grayscale: #898989. Windows color (decimal): -2863617 or 16731604. OLE color: 16731604.

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

Color convert

RGB 212 77 255 -
CMYK 0.17 0.70 0 0
HSL 285.51º 1% 0.65% -
HSV(B) 285.51º 0.7% 1% -
XYZ 47.86 26.52 97.21 -
YUV 137.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 212 77 255 0.17 0.70 0 0 285.51 1 0.65
Hex D4 4D FF 11 46 0 0 11E 64 41
Octal 324 115 377 21 106 0 0 436 144 101
Binary 11010100 1001101 11111111 10001 1000110 0 0 100011110 1100100 1000001

Color Harmonies of #D44DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DFF

Black with #D44DFF

Text Example


Text Example

White with #D44DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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