Html Css Color HEX #D58DFC Heliotrope

📋 copy color: '#D58DFC'

red 213 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D58DFC

Tints of Heliotrope #D58DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.58%

R = 35.15%
G = 23.27%
B = 41.58%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58DFC (or 0xD58DFC) is known color: Heliotrope. HEX triplet: D5, 8D and FC. RGB value is (213,141,252). Sum of RGB (Red+Green+Blue) = 213+141+252=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFC is #2A7203. Grayscale: #AEAEAE. Windows color (decimal): -2781700 or 16551381. OLE color: 16551381.

HSL color Cylindrical-coordinate representation of color #D58DFC: hue angle of 278.92º degrees, saturation: 0.95, 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 #D58DFC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 141 252 -
CMYK 0.15 0.44 0 0.01
HSL 278.92º 0.95% 0.77% -
HSV(B) 278.92º 0.44% 0.99% -
XYZ 54.54 40.22 96.99 -
YUV 175.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 213 141 252 0.15 0.44 0 0.01 278.92 0.95 0.77
Hex D5 8D FC F 2C 0 1 117 5F 4D
Octal 325 215 374 17 54 0 1 427 137 115
Binary 11010101 10001101 11111100 1111 101100 0 1 100010111 1011111 1001101

Color Harmonies of #D58DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DFC

Black with #D58DFC

Text Example


Text Example

White with #D58DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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