Html Css Color HEX #D561FF Heliotrope

📋 copy color: '#D561FF'

red 213 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #D561FF

Tints of Heliotrope #D561FF

RGB

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

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

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

R = 37.7%
G = 17.17%
B = 45.13%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D561FF (or 0xD561FF) is known color: Heliotrope. HEX triplet: D5, 61 and FF. RGB value is (213,97,255). Sum of RGB (Red+Green+Blue) = 213+97+255=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D561FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FF is #2A9E00. Grayscale: #959595. Windows color (decimal): -2792961 or 16736725. OLE color: 16736725.

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

Color convert

RGB 213 97 255 -
CMYK 0.16 0.62 0 0
HSL 284.05º 1% 0.69% -
HSV(B) 284.05º 0.62% 1% -
XYZ 49.77 29.92 97.76 -
YUV 149.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 213 97 255 0.16 0.62 0 0 284.05 1 0.69
Hex D5 61 FF 10 3E 0 0 11C 64 45
Octal 325 141 377 20 76 0 0 434 144 105
Binary 11010101 1100001 11111111 10000 111110 0 0 100011100 1100100 1000101

Color Harmonies of #D561FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561FF

Black with #D561FF

Text Example


Text Example

White with #D561FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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