Html Css Color HEX #D58BFC Heliotrope

📋 copy color: '#D58BFC'

red 213 ◦ green 139 ◦ blue 252

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

Shades of Heliotrope #D58BFC

Tints of Heliotrope #D58BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 35.26%
G = 23.01%
B = 41.72%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58BFC (or 0xD58BFC) is known color: Heliotrope. HEX triplet: D5, 8B and FC. RGB value is (213,139,252). Sum of RGB (Red+Green+Blue) = 213+139+252=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BFC is #2A7403. Grayscale: #ADADAD. Windows color (decimal): -2782212 or 16550869. OLE color: 16550869.

HSL color Cylindrical-coordinate representation of color #D58BFC: hue angle of 279.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58BFC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 139 252 -
CMYK 0.15 0.45 0 0.01
HSL 279.29º 0.95% 0.77% -
HSV(B) 279.29º 0.45% 0.99% -
XYZ 54.24 39.64 96.89 -
YUV 174.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 213 139 252 0.15 0.45 0 0.01 279.29 0.95 0.77
Hex D5 8B FC F 2D 0 1 117 5F 4D
Octal 325 213 374 17 55 0 1 427 137 115
Binary 11010101 10001011 11111100 1111 101101 0 1 100010111 1011111 1001101

Color Harmonies of #D58BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BFC

Black with #D58BFC

Text Example


Text Example

White with #D58BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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