Html Css Color HEX #D575F4 Heliotrope

📋 copy color: '#D575F4'

red 213 ◦ green 117 ◦ blue 244

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

Shades of Heliotrope #D575F4

Tints of Heliotrope #D575F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.51%

R = 37.11%
G = 20.38%
B = 42.51%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D575F4 (or 0xD575F4) is known color: Heliotrope. HEX triplet: D5, 75 and F4. RGB value is (213,117,244). Sum of RGB (Red+Green+Blue) = 213+117+244=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #D575F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575F4 is #2A8A0B. Grayscale: #9F9F9F. Windows color (decimal): -2787852 or 16020949. OLE color: 16020949.

HSL color Cylindrical-coordinate representation of color #D575F4: hue angle of 285.35º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D575F4 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 117 244 -
CMYK 0.13 0.52 0 0.04
HSL 285.35º 0.85% 0.71% -
HSV(B) 285.35º 0.52% 0.96% -
XYZ 50.13 33.4 89.39 -
YUV 160.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 213 117 244 0.13 0.52 0 0.04 285.35 0.85 0.71
Hex D5 75 F4 D 34 0 4 11D 55 47
Octal 325 165 364 15 64 0 4 435 125 107
Binary 11010101 1110101 11110100 1101 110100 0 100 100011101 1010101 1000111

Color Harmonies of #D575F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575F4

Black with #D575F4

Text Example


Text Example

White with #D575F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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