Html Css Color HEX #D444FA Heliotrope

📋 copy color: '#D444FA'

red 212 ◦ green 68 ◦ blue 250

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

Shades of Heliotrope #D444FA

Tints of Heliotrope #D444FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.83%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 40%
G = 12.83%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D444FA (or 0xD444FA) is known color: Heliotrope. HEX triplet: D4, 44 and FA. RGB value is (212,68,250). Sum of RGB (Red+Green+Blue) = 212+68+250=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #D444FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D444FA is #2BBB05. Grayscale: #838383. Windows color (decimal): -2865926 or 16401620. OLE color: 16401620.

HSL color Cylindrical-coordinate representation of color #D444FA: hue angle of 287.47º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D444FA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 68 250 -
CMYK 0.15 0.73 0 0.02
HSL 287.47º 0.95% 0.62% -
HSV(B) 287.47º 0.73% 0.98% -
XYZ 46.47 25.03 92.82 -
YUV 131.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 212 68 250 0.15 0.73 0 0.02 287.47 0.95 0.62
Hex D4 44 FA F 49 0 2 11F 5F 3E
Octal 324 104 372 17 111 0 2 437 137 76
Binary 11010100 1000100 11111010 1111 1001001 0 10 100011111 1011111 111110

Color Harmonies of #D444FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444FA

Black with #D444FA

Text Example


Text Example

White with #D444FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444FA; }

 p { color: rgb(212,68,250); }

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

background-color css

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

 a { background-color: rgb(212,68,250); }

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

border-color css

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

 span { border-color: rgb(212,68,250); }

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