Html Css Color HEX #D574FD Heliotrope

📋 copy color: '#D574FD'

red 213 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #D574FD

Tints of Heliotrope #D574FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.93%

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

R = 36.6%
G = 19.93%
B = 43.47%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D574FD (or 0xD574FD) is known color: Heliotrope. HEX triplet: D5, 74 and FD. RGB value is (213,116,253). Sum of RGB (Red+Green+Blue) = 213+116+253=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #D574FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FD is #2A8B02. Grayscale: #A0A0A0. Windows color (decimal): -2788099 or 16610517. OLE color: 16610517.

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

Color convert

RGB 213 116 253 -
CMYK 0.16 0.54 0 0.01
HSL 282.48º 0.97% 0.72% -
HSV(B) 282.48º 0.54% 0.99% -
XYZ 51.42 33.73 96.73 -
YUV 160.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 213 116 253 0.16 0.54 0 0.01 282.48 0.97 0.72
Hex D5 74 FD 10 36 0 1 11A 61 48
Octal 325 164 375 20 66 0 1 432 141 110
Binary 11010101 1110100 11111101 10000 110110 0 1 100011010 1100001 1001000

Color Harmonies of #D574FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574FD

Black with #D574FD

Text Example


Text Example

White with #D574FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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