Html Css Color HEX #D449FD Heliotrope

📋 copy color: '#D449FD'

red 212 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D449FD

Tints of Heliotrope #D449FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.57%

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

R = 39.41%
G = 13.57%
B = 47.03%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D449FD (or 0xD449FD) is known color: Heliotrope. HEX triplet: D4, 49 and FD. RGB value is (212,73,253). Sum of RGB (Red+Green+Blue) = 212+73+253=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D449FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449FD is #2BB602. Grayscale: #868686. Windows color (decimal): -2864643 or 16599508. OLE color: 16599508.

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

Color convert

RGB 212 73 253 -
CMYK 0.16 0.71 0 0.01
HSL 286.33º 0.98% 0.64% -
HSV(B) 286.33º 0.71% 0.99% -
XYZ 47.26 25.85 95.43 -
YUV 135.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 212 73 253 0.16 0.71 0 0.01 286.33 0.98 0.64
Hex D4 49 FD 10 47 0 1 11E 62 40
Octal 324 111 375 20 107 0 1 436 142 100
Binary 11010100 1001001 11111101 10000 1000111 0 1 100011110 1100010 1000000

Color Harmonies of #D449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449FD

Black with #D449FD

Text Example


Text Example

White with #D449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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