Html Css Color HEX #D37EFD Heliotrope

📋 copy color: '#D37EFD'

red 211 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #D37EFD

Tints of Heliotrope #D37EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.36%

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

R = 35.76%
G = 21.36%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D37EFD (or 0xD37EFD) is known color: Heliotrope. HEX triplet: D3, 7E and FD. RGB value is (211,126,253). Sum of RGB (Red+Green+Blue) = 211+126+253=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EFD is #2C8102. Grayscale: #A5A5A5. Windows color (decimal): -2916611 or 16613075. OLE color: 16613075.

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

Color convert

RGB 211 126 253 -
CMYK 0.17 0.50 0 0.01
HSL 280.16º 0.97% 0.74% -
HSV(B) 280.16º 0.5% 0.99% -
XYZ 52.05 35.86 97.11 -
YUV 165.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 211 126 253 0.17 0.50 0 0.01 280.16 0.97 0.74
Hex D3 7E FD 11 32 0 1 118 61 4A
Octal 323 176 375 21 62 0 1 430 141 112
Binary 11010011 1111110 11111101 10001 110010 0 1 100011000 1100001 1001010

Color Harmonies of #D37EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EFD

Black with #D37EFD

Text Example


Text Example

White with #D37EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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