Html Css Color HEX #D545FD Heliotrope

📋 copy color: '#D545FD'

red 213 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #D545FD

Tints of Heliotrope #D545FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.9%

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

R = 39.81%
G = 12.9%
B = 47.29%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D545FD (or 0xD545FD) is known color: Heliotrope. HEX triplet: D5, 45 and FD. RGB value is (213,69,253). Sum of RGB (Red+Green+Blue) = 213+69+253=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 69 (27.34% from 255 or 12.90% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D545FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545FD is #2ABA02. Grayscale: #848484. Windows color (decimal): -2800131 or 16598485. OLE color: 16598485.

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

Color convert

RGB 213 69 253 -
CMYK 0.16 0.73 0 0.01
HSL 286.96º 0.98% 0.63% -
HSV(B) 286.96º 0.73% 0.99% -
XYZ 47.3 25.49 95.36 -
YUV 133.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 213 69 253 0.16 0.73 0 0.01 286.96 0.98 0.63
Hex D5 45 FD 10 49 0 1 11F 62 3F
Octal 325 105 375 20 111 0 1 437 142 77
Binary 11010101 1000101 11111101 10000 1001001 0 1 100011111 1100010 111111

Color Harmonies of #D545FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545FD

Black with #D545FD

Text Example


Text Example

White with #D545FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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