Html Css Color HEX #D37AF1 Heliotrope

📋 copy color: '#D37AF1'

red 211 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #D37AF1

Tints of Heliotrope #D37AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.25%

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

R = 36.76%
G = 21.25%
B = 41.99%

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

#D37AF1 (or 0xD37AF1) is known color: Heliotrope. HEX triplet: D3, 7A and F1. RGB value is (211,122,241). Sum of RGB (Red+Green+Blue) = 211+122+241=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #D37AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AF1 is #2C850E. Grayscale: #A1A1A1. Windows color (decimal): -2917647 or 15825619. OLE color: 15825619.

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

Color convert

RGB 211 122 241 -
CMYK 0.12 0.49 0 0.05
HSL 284.87º 0.81% 0.71% -
HSV(B) 284.87º 0.49% 0.95% -
XYZ 49.7 34.12 87.19 -
YUV 162.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 211 122 241 0.12 0.49 0 0.05 284.87 0.81 0.71
Hex D3 7A F1 C 31 0 5 11D 51 47
Octal 323 172 361 14 61 0 5 435 121 107
Binary 11010011 1111010 11110001 1100 110001 0 101 100011101 1010001 1000111

Color Harmonies of #D37AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AF1

Black with #D37AF1

Text Example


Text Example

White with #D37AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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