Html Css Color HEX #D563F1 Heliotrope

📋 copy color: '#D563F1'

red 213 ◦ green 99 ◦ blue 241

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

Shades of Heliotrope #D563F1

Tints of Heliotrope #D563F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 38.52%
G = 17.9%
B = 43.58%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D563F1 (or 0xD563F1) is known color: Heliotrope. HEX triplet: D5, 63 and F1. RGB value is (213,99,241). Sum of RGB (Red+Green+Blue) = 213+99+241=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #D563F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D563F1 is #2A9C0E. Grayscale: #949494. Windows color (decimal): -2792463 or 15819733. OLE color: 15819733.

HSL color Cylindrical-coordinate representation of color #D563F1: hue angle of 288.17º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D563F1 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 99 241 -
CMYK 0.12 0.59 0 0.05
HSL 288.17º 0.84% 0.67% -
HSV(B) 288.17º 0.59% 0.95% -
XYZ 47.78 29.42 86.38 -
YUV 149.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 213 99 241 0.12 0.59 0 0.05 288.17 0.84 0.67
Hex D5 63 F1 C 3B 0 5 120 54 43
Octal 325 143 361 14 73 0 5 440 124 103
Binary 11010101 1100011 11110001 1100 111011 0 101 100100000 1010100 1000011

Color Harmonies of #D563F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D563F1

Black with #D563F1

Text Example


Text Example

White with #D563F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D563F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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