Html Css Color HEX #D54CFD Heliotrope

📋 copy color: '#D54CFD'

red 213 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #D54CFD

Tints of Heliotrope #D54CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.02%

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

R = 39.3%
G = 14.02%
B = 46.68%

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

#D54CFD (or 0xD54CFD) is known color: Heliotrope. HEX triplet: D5, 4C and FD. RGB value is (213,76,253). Sum of RGB (Red+Green+Blue) = 213+76+253=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #D54CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CFD is #2AB302. Grayscale: #888888. Windows color (decimal): -2798339 or 16600277. OLE color: 16600277.

HSL color Cylindrical-coordinate representation of color #D54CFD: hue angle of 286.44º 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 #D54CFD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 76 253 -
CMYK 0.16 0.70 0 0.01
HSL 286.44º 0.98% 0.65% -
HSV(B) 286.44º 0.7% 0.99% -
XYZ 47.75 26.41 95.51 -
YUV 137.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 213 76 253 0.16 0.70 0 0.01 286.44 0.98 0.65
Hex D5 4C FD 10 46 0 1 11E 62 41
Octal 325 114 375 20 106 0 1 436 142 101
Binary 11010101 1001100 11111101 10000 1000110 0 1 100011110 1100010 1000001

Color Harmonies of #D54CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CFD

Black with #D54CFD

Text Example


Text Example

White with #D54CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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