Html Css Color HEX #D58AFD Heliotrope

📋 copy color: '#D58AFD'

red 213 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #D58AFD

Tints of Heliotrope #D58AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 35.26%
G = 22.85%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58AFD (or 0xD58AFD) is known color: Heliotrope. HEX triplet: D5, 8A and FD. RGB value is (213,138,253). Sum of RGB (Red+Green+Blue) = 213+138+253=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AFD is #2A7502. Grayscale: #ADADAD. Windows color (decimal): -2782467 or 16616149. OLE color: 16616149.

HSL color Cylindrical-coordinate representation of color #D58AFD: hue angle of 279.13º degrees, saturation: 0.97, 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 #D58AFD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 138 253 -
CMYK 0.16 0.45 0 0.01
HSL 279.13º 0.97% 0.77% -
HSV(B) 279.13º 0.45% 0.99% -
XYZ 54.26 39.41 97.68 -
YUV 173.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 213 138 253 0.16 0.45 0 0.01 279.13 0.97 0.77
Hex D5 8A FD 10 2D 0 1 117 61 4D
Octal 325 212 375 20 55 0 1 427 141 115
Binary 11010101 10001010 11111101 10000 101101 0 1 100010111 1100001 1001101

Color Harmonies of #D58AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AFD

Black with #D58AFD

Text Example


Text Example

White with #D58AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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