Html Css Color HEX #D53FFE Heliotrope

📋 copy color: '#D53FFE'

red 213 ◦ green 63 ◦ blue 254

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

Shades of Heliotrope #D53FFE

Tints of Heliotrope #D53FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 11.89%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 40.19%
G = 11.89%
B = 47.92%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D53FFE (or 0xD53FFE) is known color: Heliotrope. HEX triplet: D5, 3F and FE. RGB value is (213,63,254). Sum of RGB (Red+Green+Blue) = 213+63+254=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #D53FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53FFE is #2AC001. Grayscale: #818181. Windows color (decimal): -2801666 or 16662485. OLE color: 16662485.

HSL color Cylindrical-coordinate representation of color #D53FFE: hue angle of 287.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53FFE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 63 254 -
CMYK 0.16 0.75 0 0.00
HSL 287.12º 0.99% 0.62% -
HSV(B) 287.12º 0.75% 1% -
XYZ 47.11 24.86 96.08 -
YUV 129.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 213 63 254 0.16 0.75 0 0.00 287.12 0.99 0.62
Hex D5 3F FE 10 4B 0 0 11F 63 3E
Octal 325 77 376 20 113 0 0 437 143 76
Binary 11010101 111111 11111110 10000 1001011 0 0 100011111 1100011 111110

Color Harmonies of #D53FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FFE

Black with #D53FFE

Text Example


Text Example

White with #D53FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FFE; }

 p { color: rgb(213,63,254); }

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

background-color css

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

 a { background-color: rgb(213,63,254); }

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

border-color css

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

 span { border-color: rgb(213,63,254); }

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