Html Css Color HEX #D575FA Heliotrope

📋 copy color: '#D575FA'

red 213 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #D575FA

Tints of Heliotrope #D575FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.17%

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

R = 36.72%
G = 20.17%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D575FA (or 0xD575FA) is known color: Heliotrope. HEX triplet: D5, 75 and FA. RGB value is (213,117,250). Sum of RGB (Red+Green+Blue) = 213+117+250=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #D575FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575FA is #2A8A05. Grayscale: #A0A0A0. Windows color (decimal): -2787846 or 16414165. OLE color: 16414165.

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

Color convert

RGB 213 117 250 -
CMYK 0.15 0.53 0 0.02
HSL 283.31º 0.93% 0.72% -
HSV(B) 283.31º 0.53% 0.98% -
XYZ 51.06 33.77 94.27 -
YUV 160.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 213 117 250 0.15 0.53 0 0.02 283.31 0.93 0.72
Hex D5 75 FA F 35 0 2 11B 5D 48
Octal 325 165 372 17 65 0 2 433 135 110
Binary 11010101 1110101 11111010 1111 110101 0 10 100011011 1011101 1001000

Color Harmonies of #D575FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575FA

Black with #D575FA

Text Example


Text Example

White with #D575FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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