Html Css Color HEX #D572FD Heliotrope

📋 copy color: '#D572FD'

red 213 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D572FD

Tints of Heliotrope #D572FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 36.72%
G = 19.66%
B = 43.62%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D572FD (or 0xD572FD) is known color: Heliotrope. HEX triplet: D5, 72 and FD. RGB value is (213,114,253). Sum of RGB (Red+Green+Blue) = 213+114+253=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #D572FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572FD is #2A8D02. Grayscale: #9E9E9E. Windows color (decimal): -2788611 or 16610005. OLE color: 16610005.

HSL color Cylindrical-coordinate representation of color #D572FD: hue angle of 282.73º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D572FD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 114 253 -
CMYK 0.16 0.55 0 0.01
HSL 282.73º 0.97% 0.72% -
HSV(B) 282.73º 0.55% 0.99% -
XYZ 51.19 33.27 96.65 -
YUV 159.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 213 114 253 0.16 0.55 0 0.01 282.73 0.97 0.72
Hex D5 72 FD 10 37 0 1 11B 61 48
Octal 325 162 375 20 67 0 1 433 141 110
Binary 11010101 1110010 11111101 10000 110111 0 1 100011011 1100001 1001000

Color Harmonies of #D572FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572FD

Black with #D572FD

Text Example


Text Example

White with #D572FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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