Html Css Color HEX #D561FA Heliotrope

📋 copy color: '#D561FA'

red 213 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #D561FA

Tints of Heliotrope #D561FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.32%

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

R = 38.04%
G = 17.32%
B = 44.64%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D561FA (or 0xD561FA) is known color: Heliotrope. HEX triplet: D5, 61 and FA. RGB value is (213,97,250). Sum of RGB (Red+Green+Blue) = 213+97+250=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D561FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FA is #2A9E05. Grayscale: #949494. Windows color (decimal): -2792966 or 16409045. OLE color: 16409045.

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

Color convert

RGB 213 97 250 -
CMYK 0.15 0.61 0 0.02
HSL 285.49º 0.94% 0.68% -
HSV(B) 285.49º 0.61% 0.98% -
XYZ 48.97 29.6 93.57 -
YUV 149.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 213 97 250 0.15 0.61 0 0.02 285.49 0.94 0.68
Hex D5 61 FA F 3D 0 2 11D 5E 44
Octal 325 141 372 17 75 0 2 435 136 104
Binary 11010101 1100001 11111010 1111 111101 0 10 100011101 1011110 1000100

Color Harmonies of #D561FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561FA

Black with #D561FA

Text Example


Text Example

White with #D561FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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