Html Css Color HEX #D37EF1 Heliotrope

📋 copy color: '#D37EF1'

red 211 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #D37EF1

Tints of Heliotrope #D37EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.8%

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 36.51%
G = 21.8%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D37EF1 (or 0xD37EF1) is known color: Heliotrope. HEX triplet: D3, 7E and F1. RGB value is (211,126,241). Sum of RGB (Red+Green+Blue) = 211+126+241=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #D37EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EF1 is #2C810E. Grayscale: #A4A4A4. Windows color (decimal): -2916623 or 15826643. OLE color: 15826643.

HSL color Cylindrical-coordinate representation of color #D37EF1: hue angle of 284.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37EF1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 126 241 -
CMYK 0.12 0.48 0 0.05
HSL 284.35º 0.8% 0.72% -
HSV(B) 284.35º 0.48% 0.95% -
XYZ 50.2 35.12 87.35 -
YUV 164.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 211 126 241 0.12 0.48 0 0.05 284.35 0.8 0.72
Hex D3 7E F1 C 30 0 5 11C 50 48
Octal 323 176 361 14 60 0 5 434 120 110
Binary 11010011 1111110 11110001 1100 110000 0 101 100011100 1010000 1001000

Color Harmonies of #D37EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EF1

Black with #D37EF1

Text Example


Text Example

White with #D37EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EF1; }

 p { color: rgb(211,126,241); }

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

background-color css

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

 a { background-color: rgb(211,126,241); }

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

border-color css

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

 span { border-color: rgb(211,126,241); }

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