Html Css Color HEX #D54DFD Heliotrope

📋 copy color: '#D54DFD'

red 213 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #D54DFD

Tints of Heliotrope #D54DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.18%

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

R = 39.23%
G = 14.18%
B = 46.59%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D54DFD (or 0xD54DFD) is known color: Heliotrope. HEX triplet: D5, 4D and FD. RGB value is (213,77,253). Sum of RGB (Red+Green+Blue) = 213+77+253=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #D54DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DFD is #2AB202. Grayscale: #898989. Windows color (decimal): -2798083 or 16600533. OLE color: 16600533.

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

Color convert

RGB 213 77 253 -
CMYK 0.16 0.70 0 0.01
HSL 286.36º 0.98% 0.65% -
HSV(B) 286.36º 0.7% 0.99% -
XYZ 47.82 26.55 95.53 -
YUV 137.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 213 77 253 0.16 0.70 0 0.01 286.36 0.98 0.65
Hex D5 4D FD 10 46 0 1 11E 62 41
Octal 325 115 375 20 106 0 1 436 142 101
Binary 11010101 1001101 11111101 10000 1000110 0 1 100011110 1100010 1000001

Color Harmonies of #D54DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DFD

Black with #D54DFD

Text Example


Text Example

White with #D54DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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