Html Css Color HEX #D575EB Heliotrope

📋 copy color: '#D575EB'

red 213 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #D575EB

Tints of Heliotrope #D575EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 37.7%
G = 20.71%
B = 41.59%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D575EB (or 0xD575EB) is known color: Heliotrope. HEX triplet: D5, 75 and EB. RGB value is (213,117,235). Sum of RGB (Red+Green+Blue) = 213+117+235=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D575EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575EB is #2A8A14. Grayscale: #9E9E9E. Windows color (decimal): -2787861 or 15431125. OLE color: 15431125.

HSL color Cylindrical-coordinate representation of color #D575EB: hue angle of 288.81º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D575EB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 117 235 -
CMYK 0.09 0.50 0 0.08
HSL 288.81º 0.75% 0.69% -
HSV(B) 288.81º 0.5% 0.92% -
XYZ 48.8 32.87 82.37 -
YUV 159.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 213 117 235 0.09 0.50 0 0.08 288.81 0.75 0.69
Hex D5 75 EB 9 32 0 8 121 4B 45
Octal 325 165 353 11 62 0 10 441 113 105
Binary 11010101 1110101 11101011 1001 110010 0 1000 100100001 1001011 1000101

Color Harmonies of #D575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575EB

Black with #D575EB

Text Example


Text Example

White with #D575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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