Html Css Color HEX #D362FF Heliotrope

📋 copy color: '#D362FF'

red 211 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #D362FF

Tints of Heliotrope #D362FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 37.41%
G = 17.38%
B = 45.21%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D362FF (or 0xD362FF) is known color: Heliotrope. HEX triplet: D3, 62 and FF. RGB value is (211,98,255). Sum of RGB (Red+Green+Blue) = 211+98+255=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D362FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362FF is #2C9D00. Grayscale: #959595. Windows color (decimal): -2923777 or 16736979. OLE color: 16736979.

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

Color convert

RGB 211 98 255 -
CMYK 0.17 0.62 0 0
HSL 283.18º 1% 0.69% -
HSV(B) 283.18º 0.62% 1% -
XYZ 49.28 29.8 97.76 -
YUV 149.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 211 98 255 0.17 0.62 0 0 283.18 1 0.69
Hex D3 62 FF 11 3E 0 0 11B 64 45
Octal 323 142 377 21 76 0 0 433 144 105
Binary 11010011 1100010 11111111 10001 111110 0 0 100011011 1100100 1000101

Color Harmonies of #D362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362FF

Black with #D362FF

Text Example


Text Example

White with #D362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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