Html Css Color HEX #D58BEF Heliotrope

📋 copy color: '#D58BEF'

red 213 ◦ green 139 ◦ blue 239

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

Shades of Heliotrope #D58BEF

Tints of Heliotrope #D58BEF

RGB

 RED value IS 213 (83.59% from 255) = 36.04%

 GREEN value IS 139 (54.69% from 255) = 23.52%

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 36.04%
G = 23.52%
B = 40.44%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D58BEF (or 0xD58BEF) is known color: Heliotrope. HEX triplet: D5, 8B and EF. RGB value is (213,139,239). Sum of RGB (Red+Green+Blue) = 213+139+239=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #D58BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BEF is #2A7410. Grayscale: #ACACAC. Windows color (decimal): -2782225 or 15698901. OLE color: 15698901.

HSL color Cylindrical-coordinate representation of color #D58BEF: hue angle of 284.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58BEF is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 139 239 -
CMYK 0.11 0.42 0 0.06
HSL 284.4º 0.76% 0.74% -
HSV(B) 284.4º 0.42% 0.94% -
XYZ 52.25 38.84 86.4 -
YUV 172.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 213 139 239 0.11 0.42 0 0.06 284.4 0.76 0.74
Hex D5 8B EF B 2A 0 6 11C 4C 4A
Octal 325 213 357 13 52 0 6 434 114 112
Binary 11010101 10001011 11101111 1011 101010 0 110 100011100 1001100 1001010

Color Harmonies of #D58BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BEF

Black with #D58BEF

Text Example


Text Example

White with #D58BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BEF; }

 p { color: rgb(213,139,239); }

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

background-color css

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

 a { background-color: rgb(213,139,239); }

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

border-color css

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

 span { border-color: rgb(213,139,239); }

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