Html Css Color HEX #D37BFA Heliotrope

📋 copy color: '#D37BFA'

red 211 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #D37BFA

Tints of Heliotrope #D37BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.06%

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 36.13%
G = 21.06%
B = 42.81%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D37BFA (or 0xD37BFA) is known color: Heliotrope. HEX triplet: D3, 7B and FA. RGB value is (211,123,250). Sum of RGB (Red+Green+Blue) = 211+123+250=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BFA is #2C8405. Grayscale: #A3A3A3. Windows color (decimal): -2917382 or 16415699. OLE color: 16415699.

HSL color Cylindrical-coordinate representation of color #D37BFA: hue angle of 281.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37BFA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 123 250 -
CMYK 0.16 0.51 0 0.02
HSL 281.57º 0.93% 0.73% -
HSV(B) 281.57º 0.51% 0.98% -
XYZ 51.2 34.92 94.48 -
YUV 163.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 211 123 250 0.16 0.51 0 0.02 281.57 0.93 0.73
Hex D3 7B FA 10 33 0 2 11A 5D 49
Octal 323 173 372 20 63 0 2 432 135 111
Binary 11010011 1111011 11111010 10000 110011 0 10 100011010 1011101 1001001

Color Harmonies of #D37BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BFA

Black with #D37BFA

Text Example


Text Example

White with #D37BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BFA; }

 p { color: rgb(211,123,250); }

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

background-color css

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

 a { background-color: rgb(211,123,250); }

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

border-color css

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

 span { border-color: rgb(211,123,250); }

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