Html Css Color HEX #D37AF2 Heliotrope

📋 copy color: '#D37AF2'

red 211 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #D37AF2

Tints of Heliotrope #D37AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 36.7%
G = 21.22%
B = 42.09%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D37AF2 (or 0xD37AF2) is known color: Heliotrope. HEX triplet: D3, 7A and F2. RGB value is (211,122,242). Sum of RGB (Red+Green+Blue) = 211+122+242=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #D37AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AF2 is #2C850D. Grayscale: #A1A1A1. Windows color (decimal): -2917646 or 15891155. OLE color: 15891155.

HSL color Cylindrical-coordinate representation of color #D37AF2: hue angle of 284.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37AF2 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 122 242 -
CMYK 0.13 0.50 0 0.05
HSL 284.5º 0.82% 0.71% -
HSV(B) 284.5º 0.5% 0.95% -
XYZ 49.85 34.18 87.97 -
YUV 162.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 211 122 242 0.13 0.50 0 0.05 284.5 0.82 0.71
Hex D3 7A F2 D 32 0 5 11C 52 47
Octal 323 172 362 15 62 0 5 434 122 107
Binary 11010011 1111010 11110010 1101 110010 0 101 100011100 1010010 1000111

Color Harmonies of #D37AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AF2

Black with #D37AF2

Text Example


Text Example

White with #D37AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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