Html Css Color HEX #D58BFD Heliotrope

📋 copy color: '#D58BFD'

red 213 ◦ green 139 ◦ blue 253

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

Shades of Heliotrope #D58BFD

Tints of Heliotrope #D58BFD

RGB

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

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

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

R = 35.21%
G = 22.98%
B = 41.82%

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

#D58BFD (or 0xD58BFD) is known color: Heliotrope. HEX triplet: D5, 8B and FD. RGB value is (213,139,253). Sum of RGB (Red+Green+Blue) = 213+139+253=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BFD is #2A7402. Grayscale: #ADADAD. Windows color (decimal): -2782211 or 16616405. OLE color: 16616405.

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

Color convert

RGB 213 139 253 -
CMYK 0.16 0.45 0 0.01
HSL 278.95º 0.97% 0.77% -
HSV(B) 278.95º 0.45% 0.99% -
XYZ 54.4 39.7 97.72 -
YUV 174.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 213 139 253 0.16 0.45 0 0.01 278.95 0.97 0.77
Hex D5 8B FD 10 2D 0 1 117 61 4D
Octal 325 213 375 20 55 0 1 427 141 115
Binary 11010101 10001011 11111101 10000 101101 0 1 100010111 1100001 1001101

Color Harmonies of #D58BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BFD

Black with #D58BFD

Text Example


Text Example

White with #D58BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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