Html Css Color HEX #D44CFD Heliotrope

📋 copy color: '#D44CFD'

red 212 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #D44CFD

Tints of Heliotrope #D44CFD

RGB

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

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

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

R = 39.19%
G = 14.05%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D44CFD (or 0xD44CFD) is known color: Heliotrope. HEX triplet: D4, 4C and FD. RGB value is (212,76,253). Sum of RGB (Red+Green+Blue) = 212+76+253=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D44CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44CFD is #2BB302. Grayscale: #888888. Windows color (decimal): -2863875 or 16600276. OLE color: 16600276.

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

Color convert

RGB 212 76 253 -
CMYK 0.16 0.70 0 0.01
HSL 286.1º 0.98% 0.65% -
HSV(B) 286.1º 0.7% 0.99% -
XYZ 47.47 26.26 95.5 -
YUV 136.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 212 76 253 0.16 0.70 0 0.01 286.1 0.98 0.65
Hex D4 4C FD 10 46 0 1 11E 62 41
Octal 324 114 375 20 106 0 1 436 142 101
Binary 11010100 1001100 11111101 10000 1000110 0 1 100011110 1100010 1000001

Color Harmonies of #D44CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CFD

Black with #D44CFD

Text Example


Text Example

White with #D44CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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