Html Css Color HEX #D58DFD Heliotrope

📋 copy color: '#D58DFD'

red 213 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #D58DFD

Tints of Heliotrope #D58DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.23%

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

R = 35.09%
G = 23.23%
B = 41.68%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58DFD (or 0xD58DFD) is known color: Heliotrope. HEX triplet: D5, 8D and FD. RGB value is (213,141,253). Sum of RGB (Red+Green+Blue) = 213+141+253=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFD is #2A7202. Grayscale: #AEAEAE. Windows color (decimal): -2781699 or 16616917. OLE color: 16616917.

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

Color convert

RGB 213 141 253 -
CMYK 0.16 0.44 0 0.01
HSL 278.57º 0.97% 0.77% -
HSV(B) 278.57º 0.44% 0.99% -
XYZ 54.7 40.29 97.82 -
YUV 175.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 213 141 253 0.16 0.44 0 0.01 278.57 0.97 0.77
Hex D5 8D FD 10 2C 0 1 117 61 4D
Octal 325 215 375 20 54 0 1 427 141 115
Binary 11010101 10001101 11111101 10000 101100 0 1 100010111 1100001 1001101

Color Harmonies of #D58DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DFD

Black with #D58DFD

Text Example


Text Example

White with #D58DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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