Html Css Color HEX #D370ED Heliotrope

📋 copy color: '#D370ED'

red 211 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #D370ED

Tints of Heliotrope #D370ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 37.68%
G = 20%
B = 42.32%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D370ED (or 0xD370ED) is known color: Heliotrope. HEX triplet: D3, 70 and ED. RGB value is (211,112,237). Sum of RGB (Red+Green+Blue) = 211+112+237=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370ED is #2C8F12. Grayscale: #9B9B9B. Windows color (decimal): -2920211 or 15560915. OLE color: 15560915.

HSL color Cylindrical-coordinate representation of color #D370ED: hue angle of 287.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D370ED is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 112 237 -
CMYK 0.11 0.53 0 0.07
HSL 287.52º 0.78% 0.68% -
HSV(B) 287.52º 0.53% 0.93% -
XYZ 47.94 31.55 83.68 -
YUV 155.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 211 112 237 0.11 0.53 0 0.07 287.52 0.78 0.68
Hex D3 70 ED B 35 0 7 120 4E 44
Octal 323 160 355 13 65 0 7 440 116 104
Binary 11010011 1110000 11101101 1011 110101 0 111 100100000 1001110 1000100

Color Harmonies of #D370ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370ED

Black with #D370ED

Text Example


Text Example

White with #D370ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370ED; }

 p { color: rgb(211,112,237); }

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

background-color css

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

 a { background-color: rgb(211,112,237); }

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

border-color css

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

 span { border-color: rgb(211,112,237); }

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