Html Css Color HEX #D44CFA Heliotrope

📋 copy color: '#D44CFA'

red 212 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #D44CFA

Tints of Heliotrope #D44CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.13%

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

R = 39.41%
G = 14.13%
B = 46.47%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D44CFA (or 0xD44CFA) is known color: Heliotrope. HEX triplet: D4, 4C and FA. RGB value is (212,76,250). Sum of RGB (Red+Green+Blue) = 212+76+250=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #D44CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44CFA is #2BB305. Grayscale: #878787. Windows color (decimal): -2863878 or 16403668. OLE color: 16403668.

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

Color convert

RGB 212 76 250 -
CMYK 0.15 0.70 0 0.02
HSL 286.9º 0.95% 0.64% -
HSV(B) 286.9º 0.7% 0.98% -
XYZ 46.99 26.07 93 -
YUV 136.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 212 76 250 0.15 0.70 0 0.02 286.9 0.95 0.64
Hex D4 4C FA F 46 0 2 11F 5F 40
Octal 324 114 372 17 106 0 2 437 137 100
Binary 11010100 1001100 11111010 1111 1000110 0 10 100011111 1011111 1000000

Color Harmonies of #D44CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CFA

Black with #D44CFA

Text Example


Text Example

White with #D44CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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