Html Css Color HEX #D590FA Heliotrope

📋 copy color: '#D590FA'

red 213 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #D590FA

Tints of Heliotrope #D590FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.72%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 35.09%
G = 23.72%
B = 41.19%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D590FA (or 0xD590FA) is known color: Heliotrope. HEX triplet: D5, 90 and FA. RGB value is (213,144,250). Sum of RGB (Red+Green+Blue) = 213+144+250=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D590FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590FA is #2A6F05. Grayscale: #B0B0B0. Windows color (decimal): -2780934 or 16421077. OLE color: 16421077.

HSL color Cylindrical-coordinate representation of color #D590FA: hue angle of 279.06º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D590FA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 144 250 -
CMYK 0.15 0.42 0 0.02
HSL 279.06º 0.91% 0.77% -
HSV(B) 279.06º 0.42% 0.98% -
XYZ 54.67 40.99 95.47 -
YUV 176.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 213 144 250 0.15 0.42 0 0.02 279.06 0.91 0.77
Hex D5 90 FA F 2A 0 2 117 5B 4D
Octal 325 220 372 17 52 0 2 427 133 115
Binary 11010101 10010000 11111010 1111 101010 0 10 100010111 1011011 1001101

Color Harmonies of #D590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590FA

Black with #D590FA

Text Example


Text Example

White with #D590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590FA; }

 p { color: rgb(213,144,250); }

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

background-color css

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

 a { background-color: rgb(213,144,250); }

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

border-color css

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

 span { border-color: rgb(213,144,250); }

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