Html Css Color HEX #D561FD Heliotrope

📋 copy color: '#D561FD'

red 213 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D561FD

Tints of Heliotrope #D561FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 37.83%
G = 17.23%
B = 44.94%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D561FD (or 0xD561FD) is known color: Heliotrope. HEX triplet: D5, 61 and FD. RGB value is (213,97,253). Sum of RGB (Red+Green+Blue) = 213+97+253=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D561FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FD is #2A9E02. Grayscale: #949494. Windows color (decimal): -2792963 or 16605653. OLE color: 16605653.

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

Color convert

RGB 213 97 253 -
CMYK 0.16 0.62 0 0.01
HSL 284.62º 0.98% 0.69% -
HSV(B) 284.62º 0.62% 0.99% -
XYZ 49.44 29.79 96.07 -
YUV 149.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 213 97 253 0.16 0.62 0 0.01 284.62 0.98 0.69
Hex D5 61 FD 10 3E 0 1 11D 62 45
Octal 325 141 375 20 76 0 1 435 142 105
Binary 11010101 1100001 11111101 10000 111110 0 1 100011101 1100010 1000101

Color Harmonies of #D561FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561FD

Black with #D561FD

Text Example


Text Example

White with #D561FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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