Html Css Color HEX #D440FD Heliotrope

📋 copy color: '#D440FD'

red 212 ◦ green 64 ◦ blue 253

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

Shades of Heliotrope #D440FD

Tints of Heliotrope #D440FD

RGB

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

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

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

R = 40.08%
G = 12.1%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D440FD (or 0xD440FD) is known color: Heliotrope. HEX triplet: D4, 40 and FD. RGB value is (212,64,253). Sum of RGB (Red+Green+Blue) = 212+64+253=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #D440FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440FD is #2BBF02. Grayscale: #818181. Windows color (decimal): -2866947 or 16597204. OLE color: 16597204.

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

Color convert

RGB 212 64 253 -
CMYK 0.16 0.75 0 0.01
HSL 286.98º 0.98% 0.62% -
HSV(B) 286.98º 0.75% 0.99% -
XYZ 46.71 24.76 95.24 -
YUV 129.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 212 64 253 0.16 0.75 0 0.01 286.98 0.98 0.62
Hex D4 40 FD 10 4B 0 1 11F 62 3E
Octal 324 100 375 20 113 0 1 437 142 76
Binary 11010100 1000000 11111101 10000 1001011 0 1 100011111 1100010 111110

Color Harmonies of #D440FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440FD

Black with #D440FD

Text Example


Text Example

White with #D440FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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