Html Css Color HEX #D542FA Heliotrope

📋 copy color: '#D542FA'

red 213 ◦ green 66 ◦ blue 250

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

Shades of Heliotrope #D542FA

Tints of Heliotrope #D542FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.48%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 40.26%
G = 12.48%
B = 47.26%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D542FA (or 0xD542FA) is known color: Heliotrope. HEX triplet: D5, 42 and FA. RGB value is (213,66,250). Sum of RGB (Red+Green+Blue) = 213+66+250=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #D542FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D542FA is #2ABD05. Grayscale: #828282. Windows color (decimal): -2800902 or 16401109. OLE color: 16401109.

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

Color convert

RGB 213 66 250 -
CMYK 0.15 0.74 0 0.02
HSL 287.93º 0.95% 0.62% -
HSV(B) 287.93º 0.74% 0.98% -
XYZ 46.64 24.94 92.8 -
YUV 130.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 213 66 250 0.15 0.74 0 0.02 287.93 0.95 0.62
Hex D5 42 FA F 4A 0 2 120 5F 3E
Octal 325 102 372 17 112 0 2 440 137 76
Binary 11010101 1000010 11111010 1111 1001010 0 10 100100000 1011111 111110

Color Harmonies of #D542FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542FA

Black with #D542FA

Text Example


Text Example

White with #D542FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542FA; }

 p { color: rgb(213,66,250); }

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

background-color css

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

 a { background-color: rgb(213,66,250); }

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

border-color css

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

 span { border-color: rgb(213,66,250); }

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