Html Css Color HEX #D37AEA Heliotrope

📋 copy color: '#D37AEA'

red 211 ◦ green 122 ◦ blue 234

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

Shades of Heliotrope #D37AEA

Tints of Heliotrope #D37AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 37.21%
G = 21.52%
B = 41.27%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D37AEA (or 0xD37AEA) is known color: Heliotrope. HEX triplet: D3, 7A and EA. RGB value is (211,122,234). Sum of RGB (Red+Green+Blue) = 211+122+234=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AEA is #2C8515. Grayscale: #A1A1A1. Windows color (decimal): -2917654 or 15366867. OLE color: 15366867.

HSL color Cylindrical-coordinate representation of color #D37AEA: hue angle of 287.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37AEA is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 122 234 -
CMYK 0.10 0.48 0 0.08
HSL 287.68º 0.73% 0.7% -
HSV(B) 287.68º 0.48% 0.92% -
XYZ 48.67 33.71 81.78 -
YUV 161.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 211 122 234 0.10 0.48 0 0.08 287.68 0.73 0.7
Hex D3 7A EA A 30 0 8 120 49 46
Octal 323 172 352 12 60 0 10 440 111 106
Binary 11010011 1111010 11101010 1010 110000 0 1000 100100000 1001001 1000110

Color Harmonies of #D37AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AEA

Black with #D37AEA

Text Example


Text Example

White with #D37AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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