Html Css Color HEX #D58AFB Heliotrope

📋 copy color: '#D58AFB'

red 213 ◦ green 138 ◦ blue 251

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

Shades of Heliotrope #D58AFB

Tints of Heliotrope #D58AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.92%

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

R = 35.38%
G = 22.92%
B = 41.69%

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

#D58AFB (or 0xD58AFB) is known color: Heliotrope. HEX triplet: D5, 8A and FB. RGB value is (213,138,251). Sum of RGB (Red+Green+Blue) = 213+138+251=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AFB is #2A7504. Grayscale: #ACACAC. Windows color (decimal): -2782469 or 16485077. OLE color: 16485077.

HSL color Cylindrical-coordinate representation of color #D58AFB: hue angle of 279.82º 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 #D58AFB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 138 251 -
CMYK 0.15 0.45 0 0.02
HSL 279.82º 0.93% 0.76% -
HSV(B) 279.82º 0.45% 0.98% -
XYZ 53.94 39.29 96.01 -
YUV 173.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 213 138 251 0.15 0.45 0 0.02 279.82 0.93 0.76
Hex D5 8A FB F 2D 0 2 118 5D 4C
Octal 325 212 373 17 55 0 2 430 135 114
Binary 11010101 10001010 11111011 1111 101101 0 10 100011000 1011101 1001100

Color Harmonies of #D58AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AFB

Black with #D58AFB

Text Example


Text Example

White with #D58AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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