Html Css Color HEX #D53AFF Heliotrope

📋 copy color: '#D53AFF'

red 213 ◦ green 58 ◦ blue 255

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

Shades of Heliotrope #D53AFF

Tints of Heliotrope #D53AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.03%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 40.49%
G = 11.03%
B = 48.48%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D53AFF (or 0xD53AFF) is known color: Heliotrope. HEX triplet: D5, 3A and FF. RGB value is (213,58,255). Sum of RGB (Red+Green+Blue) = 213+58+255=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #D53AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AFF is #2AC500. Grayscale: #7E7E7E. Windows color (decimal): -2802945 or 16726741. OLE color: 16726741.

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

Color convert

RGB 213 58 255 -
CMYK 0.16 0.77 0 0
HSL 287.21º 1% 0.61% -
HSV(B) 287.21º 0.77% 1% -
XYZ 47 24.39 96.84 -
YUV 126.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 213 58 255 0.16 0.77 0 0 287.21 1 0.61
Hex D5 3A FF 10 4D 0 0 11F 64 3D
Octal 325 72 377 20 115 0 0 437 144 75
Binary 11010101 111010 11111111 10000 1001101 0 0 100011111 1100100 111101

Color Harmonies of #D53AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AFF

Black with #D53AFF

Text Example


Text Example

White with #D53AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AFF; }

 p { color: rgb(213,58,255); }

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

background-color css

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

 a { background-color: rgb(213,58,255); }

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

border-color css

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

 span { border-color: rgb(213,58,255); }

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