Html Css Color HEX #D545F9 Heliotrope

📋 copy color: '#D545F9'

red 213 ◦ green 69 ◦ blue 249

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

Shades of Heliotrope #D545F9

Tints of Heliotrope #D545F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 40.11%
G = 12.99%
B = 46.89%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D545F9 (or 0xD545F9) is known color: Heliotrope. HEX triplet: D5, 45 and F9. RGB value is (213,69,249). Sum of RGB (Red+Green+Blue) = 213+69+249=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #D545F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545F9 is #2ABA06. Grayscale: #848484. Windows color (decimal): -2800135 or 16336341. OLE color: 16336341.

HSL color Cylindrical-coordinate representation of color #D545F9: hue angle of 288º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D545F9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 69 249 -
CMYK 0.14 0.72 0 0.02
HSL 288º 0.94% 0.62% -
HSV(B) 288º 0.72% 0.98% -
XYZ 46.67 25.24 92.04 -
YUV 132.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 213 69 249 0.14 0.72 0 0.02 288 0.94 0.62
Hex D5 45 F9 E 48 0 2 120 5E 3E
Octal 325 105 371 16 110 0 2 440 136 76
Binary 11010101 1000101 11111001 1110 1001000 0 10 100100000 1011110 111110

Color Harmonies of #D545F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545F9

Black with #D545F9

Text Example


Text Example

White with #D545F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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