Html Css Color HEX #D362FD Heliotrope

📋 copy color: '#D362FD'

red 211 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #D362FD

Tints of Heliotrope #D362FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.44%

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

R = 37.54%
G = 17.44%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D362FD (or 0xD362FD) is known color: Heliotrope. HEX triplet: D3, 62 and FD. RGB value is (211,98,253). Sum of RGB (Red+Green+Blue) = 211+98+253=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D362FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362FD is #2C9D02. Grayscale: #949494. Windows color (decimal): -2923779 or 16605907. OLE color: 16605907.

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

Color convert

RGB 211 98 253 -
CMYK 0.17 0.61 0 0.01
HSL 283.74º 0.97% 0.69% -
HSV(B) 283.74º 0.61% 0.99% -
XYZ 48.96 29.68 96.08 -
YUV 149.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 211 98 253 0.17 0.61 0 0.01 283.74 0.97 0.69
Hex D3 62 FD 11 3D 0 1 11C 61 45
Octal 323 142 375 21 75 0 1 434 141 105
Binary 11010011 1100010 11111101 10001 111101 0 1 100011100 1100001 1000101

Color Harmonies of #D362FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362FD

Black with #D362FD

Text Example


Text Example

White with #D362FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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