Html Css Color HEX #D54DFB Heliotrope

📋 copy color: '#D54DFB'

red 213 ◦ green 77 ◦ blue 251

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

Shades of Heliotrope #D54DFB

Tints of Heliotrope #D54DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 39.37%
G = 14.23%
B = 46.4%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D54DFB (or 0xD54DFB) is known color: Heliotrope. HEX triplet: D5, 4D and FB. RGB value is (213,77,251). Sum of RGB (Red+Green+Blue) = 213+77+251=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #D54DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DFB is #2AB204. Grayscale: #888888. Windows color (decimal): -2798085 or 16469461. OLE color: 16469461.

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

Color convert

RGB 213 77 251 -
CMYK 0.15 0.69 0 0.02
HSL 286.9º 0.96% 0.64% -
HSV(B) 286.9º 0.69% 0.98% -
XYZ 47.51 26.42 93.86 -
YUV 137.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 213 77 251 0.15 0.69 0 0.02 286.9 0.96 0.64
Hex D5 4D FB F 45 0 2 11F 60 40
Octal 325 115 373 17 105 0 2 437 140 100
Binary 11010101 1001101 11111011 1111 1000101 0 10 100011111 1100000 1000000

Color Harmonies of #D54DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DFB

Black with #D54DFB

Text Example


Text Example

White with #D54DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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