Html Css Color HEX #D44DFD Heliotrope

📋 copy color: '#D44DFD'

red 212 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #D44DFD

Tints of Heliotrope #D44DFD

RGB

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

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

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

R = 39.11%
G = 14.21%
B = 46.68%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D44DFD (or 0xD44DFD) is known color: Heliotrope. HEX triplet: D4, 4D and FD. RGB value is (212,77,253). Sum of RGB (Red+Green+Blue) = 212+77+253=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D44DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DFD is #2BB202. Grayscale: #888888. Windows color (decimal): -2863619 or 16600532. OLE color: 16600532.

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

Color convert

RGB 212 77 253 -
CMYK 0.16 0.70 0 0.01
HSL 286.02º 0.98% 0.65% -
HSV(B) 286.02º 0.7% 0.99% -
XYZ 47.53 26.4 95.52 -
YUV 137.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 212 77 253 0.16 0.70 0 0.01 286.02 0.98 0.65
Hex D4 4D FD 10 46 0 1 11E 62 41
Octal 324 115 375 20 106 0 1 436 142 101
Binary 11010100 1001101 11111101 10000 1000110 0 1 100011110 1100010 1000001

Color Harmonies of #D44DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DFD

Black with #D44DFD

Text Example


Text Example

White with #D44DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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