Html Css Color HEX #D53CFF Heliotrope

📋 copy color: '#D53CFF'

red 213 ◦ green 60 ◦ blue 255

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

Shades of Heliotrope #D53CFF

Tints of Heliotrope #D53CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.36%

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

R = 40.34%
G = 11.36%
B = 48.3%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D53CFF (or 0xD53CFF) is known color: Heliotrope. HEX triplet: D5, 3C and FF. RGB value is (213,60,255). Sum of RGB (Red+Green+Blue) = 213+60+255=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 60 (23.83% from 255 or 11.36% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #D53CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CFF is #2AC300. Grayscale: #7F7F7F. Windows color (decimal): -2802433 or 16727253. OLE color: 16727253.

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

Color convert

RGB 213 60 255 -
CMYK 0.16 0.76 0 0
HSL 287.08º 1% 0.62% -
HSV(B) 287.08º 0.76% 1% -
XYZ 47.11 24.6 96.87 -
YUV 127.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 213 60 255 0.16 0.76 0 0 287.08 1 0.62
Hex D5 3C FF 10 4C 0 0 11F 64 3E
Octal 325 74 377 20 114 0 0 437 144 76
Binary 11010101 111100 11111111 10000 1001100 0 0 100011111 1100100 111110

Color Harmonies of #D53CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CFF

Black with #D53CFF

Text Example


Text Example

White with #D53CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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