Html Css Color HEX #D58AFE Heliotrope

📋 copy color: '#D58AFE'

red 213 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D58AFE

Tints of Heliotrope #D58AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 35.21%
G = 22.81%
B = 41.98%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D58AFE (or 0xD58AFE) is known color: Heliotrope. HEX triplet: D5, 8A and FE. RGB value is (213,138,254). Sum of RGB (Red+Green+Blue) = 213+138+254=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AFE is #2A7501. Grayscale: #ADADAD. Windows color (decimal): -2782466 or 16681685. OLE color: 16681685.

HSL color Cylindrical-coordinate representation of color #D58AFE: hue angle of 278.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58AFE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 138 254 -
CMYK 0.16 0.46 0 0.00
HSL 278.79º 0.98% 0.77% -
HSV(B) 278.79º 0.46% 1% -
XYZ 54.42 39.48 98.52 -
YUV 173.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 213 138 254 0.16 0.46 0 0.00 278.79 0.98 0.77
Hex D5 8A FE 10 2E 0 0 117 62 4D
Octal 325 212 376 20 56 0 0 427 142 115
Binary 11010101 10001010 11111110 10000 101110 0 0 100010111 1100010 1001101

Color Harmonies of #D58AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AFE

Black with #D58AFE

Text Example


Text Example

White with #D58AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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