Html Css Color HEX #D37AFD Heliotrope

📋 copy color: '#D37AFD'

red 211 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #D37AFD

Tints of Heliotrope #D37AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 36.01%
G = 20.82%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D37AFD (or 0xD37AFD) is known color: Heliotrope. HEX triplet: D3, 7A and FD. RGB value is (211,122,253). Sum of RGB (Red+Green+Blue) = 211+122+253=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AFD is #2C8502. Grayscale: #A3A3A3. Windows color (decimal): -2917635 or 16612051. OLE color: 16612051.

HSL color Cylindrical-coordinate representation of color #D37AFD: hue angle of 280.76º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D37AFD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 122 253 -
CMYK 0.17 0.52 0 0.01
HSL 280.76º 0.97% 0.74% -
HSV(B) 280.76º 0.52% 0.99% -
XYZ 51.55 34.86 96.94 -
YUV 163.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 211 122 253 0.17 0.52 0 0.01 280.76 0.97 0.74
Hex D3 7A FD 11 34 0 1 119 61 4A
Octal 323 172 375 21 64 0 1 431 141 112
Binary 11010011 1111010 11111101 10001 110100 0 1 100011001 1100001 1001010

Color Harmonies of #D37AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AFD

Black with #D37AFD

Text Example


Text Example

White with #D37AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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