Html Css Color HEX #D575FE Heliotrope

📋 copy color: '#D575FE'

red 213 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #D575FE

Tints of Heliotrope #D575FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 36.47%
G = 20.03%
B = 43.49%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D575FE (or 0xD575FE) is known color: Heliotrope. HEX triplet: D5, 75 and FE. RGB value is (213,117,254). Sum of RGB (Red+Green+Blue) = 213+117+254=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #D575FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575FE is #2A8A01. Grayscale: #A0A0A0. Windows color (decimal): -2787842 or 16676309. OLE color: 16676309.

HSL color Cylindrical-coordinate representation of color #D575FE: hue angle of 282.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D575FE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 117 254 -
CMYK 0.16 0.54 0 0.00
HSL 282.04º 0.99% 0.73% -
HSV(B) 282.04º 0.54% 1% -
XYZ 51.69 34.02 97.61 -
YUV 161.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 213 117 254 0.16 0.54 0 0.00 282.04 0.99 0.73
Hex D5 75 FE 10 36 0 0 11A 63 49
Octal 325 165 376 20 66 0 0 432 143 111
Binary 11010101 1110101 11111110 10000 110110 0 0 100011010 1100011 1001001

Color Harmonies of #D575FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575FE

Black with #D575FE

Text Example


Text Example

White with #D575FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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