Html Css Color HEX #D572F0 Heliotrope

📋 copy color: '#D572F0'

red 213 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D572F0

Tints of Heliotrope #D572F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 37.57%
G = 20.11%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D572F0 (or 0xD572F0) is known color: Heliotrope. HEX triplet: D5, 72 and F0. RGB value is (213,114,240). Sum of RGB (Red+Green+Blue) = 213+114+240=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #D572F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572F0 is #2A8D0F. Grayscale: #9D9D9D. Windows color (decimal): -2788624 or 15758037. OLE color: 15758037.

HSL color Cylindrical-coordinate representation of color #D572F0: hue angle of 287.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D572F0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 114 240 -
CMYK 0.11 0.52 0 0.06
HSL 287.14º 0.81% 0.69% -
HSV(B) 287.14º 0.53% 0.94% -
XYZ 49.19 32.47 86.11 -
YUV 157.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 213 114 240 0.11 0.52 0 0.06 287.14 0.81 0.69
Hex D5 72 F0 B 34 0 6 11F 51 45
Octal 325 162 360 13 64 0 6 437 121 105
Binary 11010101 1110010 11110000 1011 110100 0 110 100011111 1010001 1000101

Color Harmonies of #D572F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572F0

Black with #D572F0

Text Example


Text Example

White with #D572F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572F0; }

 p { color: rgb(213,114,240); }

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

background-color css

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

 a { background-color: rgb(213,114,240); }

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

border-color css

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

 span { border-color: rgb(213,114,240); }

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