Html Css Color HEX #D54AFD Heliotrope

📋 copy color: '#D54AFD'

red 213 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #D54AFD

Tints of Heliotrope #D54AFD

RGB

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

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

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

R = 39.44%
G = 13.7%
B = 46.85%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D54AFD (or 0xD54AFD) is known color: Heliotrope. HEX triplet: D5, 4A and FD. RGB value is (213,74,253). Sum of RGB (Red+Green+Blue) = 213+74+253=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #D54AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFD is #2AB502. Grayscale: #878787. Windows color (decimal): -2798851 or 16599765. OLE color: 16599765.

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

Color convert

RGB 213 74 253 -
CMYK 0.16 0.71 0 0.01
HSL 286.59º 0.98% 0.64% -
HSV(B) 286.59º 0.71% 0.99% -
XYZ 47.62 26.14 95.46 -
YUV 135.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 213 74 253 0.16 0.71 0 0.01 286.59 0.98 0.64
Hex D5 4A FD 10 47 0 1 11F 62 40
Octal 325 112 375 20 107 0 1 437 142 100
Binary 11010101 1001010 11111101 10000 1000111 0 1 100011111 1100010 1000000

Color Harmonies of #D54AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AFD

Black with #D54AFD

Text Example


Text Example

White with #D54AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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