Html Css Color HEX #D54AFF Heliotrope

📋 copy color: '#D54AFF'

red 213 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #D54AFF

Tints of Heliotrope #D54AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.65%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 39.3%
G = 13.65%
B = 47.05%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D54AFF (or 0xD54AFF) is known color: Heliotrope. HEX triplet: D5, 4A and FF. RGB value is (213,74,255). Sum of RGB (Red+Green+Blue) = 213+74+255=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D54AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFF is #2AB500. Grayscale: #878787. Windows color (decimal): -2798849 or 16730837. OLE color: 16730837.

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

Color convert

RGB 213 74 255 -
CMYK 0.16 0.71 0 0
HSL 286.08º 1% 0.65% -
HSV(B) 286.08º 0.71% 1% -
XYZ 47.94 26.26 97.15 -
YUV 136.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 213 74 255 0.16 0.71 0 0 286.08 1 0.65
Hex D5 4A FF 10 47 0 0 11E 64 41
Octal 325 112 377 20 107 0 0 436 144 101
Binary 11010101 1001010 11111111 10000 1000111 0 0 100011110 1100100 1000001

Color Harmonies of #D54AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AFF

Black with #D54AFF

Text Example


Text Example

White with #D54AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AFF; }

 p { color: rgb(213,74,255); }

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

background-color css

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

 a { background-color: rgb(213,74,255); }

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

border-color css

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

 span { border-color: rgb(213,74,255); }

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