Html Css Color HEX #D58BFB Heliotrope

📋 copy color: '#D58BFB'

red 213 ◦ green 139 ◦ blue 251

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

Shades of Heliotrope #D58BFB

Tints of Heliotrope #D58BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 35.32%
G = 23.05%
B = 41.63%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D58BFB (or 0xD58BFB) is known color: Heliotrope. HEX triplet: D5, 8B and FB. RGB value is (213,139,251). Sum of RGB (Red+Green+Blue) = 213+139+251=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BFB is #2A7404. Grayscale: #ADADAD. Windows color (decimal): -2782213 or 16485333. OLE color: 16485333.

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

Color convert

RGB 213 139 251 -
CMYK 0.15 0.45 0 0.02
HSL 279.64º 0.93% 0.76% -
HSV(B) 279.64º 0.45% 0.98% -
XYZ 54.09 39.58 96.06 -
YUV 173.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 213 139 251 0.15 0.45 0 0.02 279.64 0.93 0.76
Hex D5 8B FB F 2D 0 2 118 5D 4C
Octal 325 213 373 17 55 0 2 430 135 114
Binary 11010101 10001011 11111011 1111 101101 0 10 100011000 1011101 1001100

Color Harmonies of #D58BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BFB

Black with #D58BFB

Text Example


Text Example

White with #D58BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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