Html Css Color HEX #D54CFA Heliotrope

📋 copy color: '#D54CFA'

red 213 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #D54CFA

Tints of Heliotrope #D54CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 39.52%
G = 14.1%
B = 46.38%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D54CFA (or 0xD54CFA) is known color: Heliotrope. HEX triplet: D5, 4C and FA. RGB value is (213,76,250). Sum of RGB (Red+Green+Blue) = 213+76+250=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #D54CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CFA is #2AB305. Grayscale: #888888. Windows color (decimal): -2798342 or 16403669. OLE color: 16403669.

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

Color convert

RGB 213 76 250 -
CMYK 0.15 0.70 0 0.02
HSL 287.24º 0.95% 0.64% -
HSV(B) 287.24º 0.7% 0.98% -
XYZ 47.28 26.22 93.01 -
YUV 136.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 213 76 250 0.15 0.70 0 0.02 287.24 0.95 0.64
Hex D5 4C FA F 46 0 2 11F 5F 40
Octal 325 114 372 17 106 0 2 437 137 100
Binary 11010101 1001100 11111010 1111 1000110 0 10 100011111 1011111 1000000

Color Harmonies of #D54CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CFA

Black with #D54CFA

Text Example


Text Example

White with #D54CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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