Html Css Color HEX #D549FD Heliotrope

📋 copy color: '#D549FD'

red 213 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D549FD

Tints of Heliotrope #D549FD

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

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

R = 39.52%
G = 13.54%
B = 46.94%

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

#D549FD (or 0xD549FD) is known color: Heliotrope. HEX triplet: D5, 49 and FD. RGB value is (213,73,253). Sum of RGB (Red+Green+Blue) = 213+73+253=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #D549FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549FD is #2AB602. Grayscale: #868686. Windows color (decimal): -2799107 or 16599509. OLE color: 16599509.

HSL color Cylindrical-coordinate representation of color #D549FD: hue angle of 286.67º 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 #D549FD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 73 253 -
CMYK 0.16 0.71 0 0.01
HSL 286.67º 0.98% 0.64% -
HSV(B) 286.67º 0.71% 0.99% -
XYZ 47.55 26 95.44 -
YUV 135.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 213 73 253 0.16 0.71 0 0.01 286.67 0.98 0.64
Hex D5 49 FD 10 47 0 1 11F 62 40
Octal 325 111 375 20 107 0 1 437 142 100
Binary 11010101 1001001 11111101 10000 1000111 0 1 100011111 1100010 1000000

Color Harmonies of #D549FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549FD

Black with #D549FD

Text Example


Text Example

White with #D549FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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