Html Css Color HEX #D362EA Heliotrope

📋 copy color: '#D362EA'

red 211 ◦ green 98 ◦ blue 234

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

Shades of Heliotrope #D362EA

Tints of Heliotrope #D362EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 38.86%
G = 18.05%
B = 43.09%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D362EA (or 0xD362EA) is known color: Heliotrope. HEX triplet: D3, 62 and EA. RGB value is (211,98,234). Sum of RGB (Red+Green+Blue) = 211+98+234=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #D362EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362EA is #2C9D15. Grayscale: #929292. Windows color (decimal): -2923798 or 15360723. OLE color: 15360723.

HSL color Cylindrical-coordinate representation of color #D362EA: hue angle of 289.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D362EA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 98 234 -
CMYK 0.10 0.58 0 0.08
HSL 289.85º 0.76% 0.65% -
HSV(B) 289.85º 0.58% 0.92% -
XYZ 46.08 28.52 80.92 -
YUV 147.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 211 98 234 0.10 0.58 0 0.08 289.85 0.76 0.65
Hex D3 62 EA A 3A 0 8 122 4C 41
Octal 323 142 352 12 72 0 10 442 114 101
Binary 11010011 1100010 11101010 1010 111010 0 1000 100100010 1001100 1000001

Color Harmonies of #D362EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362EA

Black with #D362EA

Text Example


Text Example

White with #D362EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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