Html Css Color HEX #D37CF1 Heliotrope

📋 copy color: '#D37CF1'

red 211 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #D37CF1

Tints of Heliotrope #D37CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.53%

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

R = 36.63%
G = 21.53%
B = 41.84%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D37CF1 (or 0xD37CF1) is known color: Heliotrope. HEX triplet: D3, 7C and F1. RGB value is (211,124,241). Sum of RGB (Red+Green+Blue) = 211+124+241=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #D37CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CF1 is #2C830E. Grayscale: #A2A2A2. Windows color (decimal): -2917135 or 15826131. OLE color: 15826131.

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

Color convert

RGB 211 124 241 -
CMYK 0.12 0.49 0 0.05
HSL 284.62º 0.81% 0.72% -
HSV(B) 284.62º 0.49% 0.95% -
XYZ 49.95 34.62 87.27 -
YUV 163.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 211 124 241 0.12 0.49 0 0.05 284.62 0.81 0.72
Hex D3 7C F1 C 31 0 5 11D 51 48
Octal 323 174 361 14 61 0 5 435 121 110
Binary 11010011 1111100 11110001 1100 110001 0 101 100011101 1010001 1001000

Color Harmonies of #D37CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CF1

Black with #D37CF1

Text Example


Text Example

White with #D37CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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