Html Css Color HEX #D54EFE Heliotrope

📋 copy color: '#D54EFE'

red 213 ◦ green 78 ◦ blue 254

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

Shades of Heliotrope #D54EFE

Tints of Heliotrope #D54EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.31%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 39.08%
G = 14.31%
B = 46.61%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D54EFE (or 0xD54EFE) is known color: Heliotrope. HEX triplet: D5, 4E and FE. RGB value is (213,78,254). Sum of RGB (Red+Green+Blue) = 213+78+254=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #D54EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54EFE is #2AB101. Grayscale: #898989. Windows color (decimal): -2797826 or 16666325. OLE color: 16666325.

HSL color Cylindrical-coordinate representation of color #D54EFE: hue angle of 286.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54EFE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 78 254 -
CMYK 0.16 0.69 0 0.00
HSL 286.02º 0.99% 0.65% -
HSV(B) 286.02º 0.69% 1% -
XYZ 48.05 26.75 96.4 -
YUV 138.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 213 78 254 0.16 0.69 0 0.00 286.02 0.99 0.65
Hex D5 4E FE 10 45 0 0 11E 63 41
Octal 325 116 376 20 105 0 0 436 143 101
Binary 11010101 1001110 11111110 10000 1000101 0 0 100011110 1100011 1000001

Color Harmonies of #D54EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EFE

Black with #D54EFE

Text Example


Text Example

White with #D54EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EFE; }

 p { color: rgb(213,78,254); }

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

background-color css

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

 a { background-color: rgb(213,78,254); }

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

border-color css

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

 span { border-color: rgb(213,78,254); }

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