Html Css Color HEX #D361FD Heliotrope

📋 copy color: '#D361FD'

red 211 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D361FD

Tints of Heliotrope #D361FD

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

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

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

R = 37.61%
G = 17.29%
B = 45.1%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D361FD (or 0xD361FD) is known color: Heliotrope. HEX triplet: D3, 61 and FD. RGB value is (211,97,253). Sum of RGB (Red+Green+Blue) = 211+97+253=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D361FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361FD is #2C9E02. Grayscale: #949494. Windows color (decimal): -2924035 or 16605651. OLE color: 16605651.

HSL color Cylindrical-coordinate representation of color #D361FD: hue angle of 283.85º 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 #D361FD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 97 253 -
CMYK 0.17 0.62 0 0.01
HSL 283.85º 0.98% 0.69% -
HSV(B) 283.85º 0.62% 0.99% -
XYZ 48.87 29.49 96.05 -
YUV 148.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 211 97 253 0.17 0.62 0 0.01 283.85 0.98 0.69
Hex D3 61 FD 11 3E 0 1 11C 62 45
Octal 323 141 375 21 76 0 1 434 142 105
Binary 11010011 1100001 11111101 10001 111110 0 1 100011100 1100010 1000101

Color Harmonies of #D361FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361FD

Black with #D361FD

Text Example


Text Example

White with #D361FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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