Html Css Color HEX #D54AFC Heliotrope

📋 copy color: '#D54AFC'

red 213 ◦ green 74 ◦ blue 252

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

Shades of Heliotrope #D54AFC

Tints of Heliotrope #D54AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 39.52%
G = 13.73%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D54AFC (or 0xD54AFC) is known color: Heliotrope. HEX triplet: D5, 4A and FC. RGB value is (213,74,252). Sum of RGB (Red+Green+Blue) = 213+74+252=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFC is #2AB503. Grayscale: #878787. Windows color (decimal): -2798852 or 16534229. OLE color: 16534229.

HSL color Cylindrical-coordinate representation of color #D54AFC: hue angle of 286.85º degrees, saturation: 0.97, 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 #D54AFC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 74 252 -
CMYK 0.15 0.71 0 0.01
HSL 286.85º 0.97% 0.64% -
HSV(B) 286.85º 0.71% 0.99% -
XYZ 47.46 26.07 94.63 -
YUV 135.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 213 74 252 0.15 0.71 0 0.01 286.85 0.97 0.64
Hex D5 4A FC F 47 0 1 11F 61 40
Octal 325 112 374 17 107 0 1 437 141 100
Binary 11010101 1001010 11111100 1111 1000111 0 1 100011111 1100001 1000000

Color Harmonies of #D54AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AFC

Black with #D54AFC

Text Example


Text Example

White with #D54AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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