Html Css Color HEX #D563FA Heliotrope

📋 copy color: '#D563FA'

red 213 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #D563FA

Tints of Heliotrope #D563FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.62%

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

R = 37.9%
G = 17.62%
B = 44.48%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D563FA (or 0xD563FA) is known color: Heliotrope. HEX triplet: D5, 63 and FA. RGB value is (213,99,250). Sum of RGB (Red+Green+Blue) = 213+99+250=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #D563FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D563FA is #2A9C05. Grayscale: #959595. Windows color (decimal): -2792454 or 16409557. OLE color: 16409557.

HSL color Cylindrical-coordinate representation of color #D563FA: hue angle of 285.3º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D563FA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 99 250 -
CMYK 0.15 0.60 0 0.02
HSL 285.3º 0.94% 0.68% -
HSV(B) 285.3º 0.6% 0.98% -
XYZ 49.16 29.97 93.64 -
YUV 150.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 213 99 250 0.15 0.60 0 0.02 285.3 0.94 0.68
Hex D5 63 FA F 3C 0 2 11D 5E 44
Octal 325 143 372 17 74 0 2 435 136 104
Binary 11010101 1100011 11111010 1111 111100 0 10 100011101 1011110 1000100

Color Harmonies of #D563FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563FA

Black with #D563FA

Text Example


Text Example

White with #D563FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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