Html Css Color HEX #D362FE Heliotrope

📋 copy color: '#D362FE'

red 211 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #D362FE

Tints of Heliotrope #D362FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 37.48%
G = 17.41%
B = 45.12%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D362FE (or 0xD362FE) is known color: Heliotrope. HEX triplet: D3, 62 and FE. RGB value is (211,98,254). Sum of RGB (Red+Green+Blue) = 211+98+254=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D362FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362FE is #2C9D01. Grayscale: #959595. Windows color (decimal): -2923778 or 16671443. OLE color: 16671443.

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

Color convert

RGB 211 98 254 -
CMYK 0.17 0.61 0 0.00
HSL 283.46º 0.99% 0.69% -
HSV(B) 283.46º 0.61% 1% -
XYZ 49.12 29.74 96.92 -
YUV 149.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 211 98 254 0.17 0.61 0 0.00 283.46 0.99 0.69
Hex D3 62 FE 11 3D 0 0 11B 63 45
Octal 323 142 376 21 75 0 0 433 143 105
Binary 11010011 1100010 11111110 10001 111101 0 0 100011011 1100011 1000101

Color Harmonies of #D362FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362FE

Black with #D362FE

Text Example


Text Example

White with #D362FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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