Html Css Color HEX #D440FF Heliotrope

📋 copy color: '#D440FF'

red 212 ◦ green 64 ◦ blue 255

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

Shades of Heliotrope #D440FF

Tints of Heliotrope #D440FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.05%

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

R = 39.92%
G = 12.05%
B = 48.02%

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

#D440FF (or 0xD440FF) is known color: Heliotrope. HEX triplet: D4, 40 and FF. RGB value is (212,64,255). Sum of RGB (Red+Green+Blue) = 212+64+255=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D440FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440FF is #2BBF00. Grayscale: #818181. Windows color (decimal): -2866945 or 16728276. OLE color: 16728276.

HSL color Cylindrical-coordinate representation of color #D440FF: hue angle of 286.49º 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 #D440FF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 64 255 -
CMYK 0.17 0.75 0 0
HSL 286.49º 1% 0.63% -
HSV(B) 286.49º 0.75% 1% -
XYZ 47.03 24.88 96.93 -
YUV 130.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 212 64 255 0.17 0.75 0 0 286.49 1 0.63
Hex D4 40 FF 11 4B 0 0 11E 64 3F
Octal 324 100 377 21 113 0 0 436 144 77
Binary 11010100 1000000 11111111 10001 1001011 0 0 100011110 1100100 111111

Color Harmonies of #D440FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440FF

Black with #D440FF

Text Example


Text Example

White with #D440FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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