Html Css Color HEX #D441FF Heliotrope

📋 copy color: '#D441FF'

red 212 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #D441FF

Tints of Heliotrope #D441FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.22%

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

R = 39.85%
G = 12.22%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D441FF (or 0xD441FF) is known color: Heliotrope. HEX triplet: D4, 41 and FF. RGB value is (212,65,255). Sum of RGB (Red+Green+Blue) = 212+65+255=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #D441FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441FF is #2BBE00. Grayscale: #828282. Windows color (decimal): -2866689 or 16728532. OLE color: 16728532.

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

Color convert

RGB 212 65 255 -
CMYK 0.17 0.75 0 0
HSL 286.42º 1% 0.63% -
HSV(B) 286.42º 0.75% 1% -
XYZ 47.09 25 96.95 -
YUV 130.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 212 65 255 0.17 0.75 0 0 286.42 1 0.63
Hex D4 41 FF 11 4B 0 0 11E 64 3F
Octal 324 101 377 21 113 0 0 436 144 77
Binary 11010100 1000001 11111111 10001 1001011 0 0 100011110 1100100 111111

Color Harmonies of #D441FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441FF

Black with #D441FF

Text Example


Text Example

White with #D441FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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