Html Css Color HEX #D57AFF Heliotrope

📋 copy color: '#D57AFF'

red 213 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #D57AFF

Tints of Heliotrope #D57AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.68%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 36.1%
G = 20.68%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D57AFF (or 0xD57AFF) is known color: Heliotrope. HEX triplet: D5, 7A and FF. RGB value is (213,122,255). Sum of RGB (Red+Green+Blue) = 213+122+255=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D57AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AFF is #2A8500. Grayscale: #A3A3A3. Windows color (decimal): -2786561 or 16743125. OLE color: 16743125.

HSL color Cylindrical-coordinate representation of color #D57AFF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57AFF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 122 255 -
CMYK 0.16 0.52 0 0
HSL 281.05º 1% 0.74% -
HSV(B) 281.05º 0.52% 1% -
XYZ 52.45 35.29 98.65 -
YUV 164.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 213 122 255 0.16 0.52 0 0 281.05 1 0.74
Hex D5 7A FF 10 34 0 0 119 64 4A
Octal 325 172 377 20 64 0 0 431 144 112
Binary 11010101 1111010 11111111 10000 110100 0 0 100011001 1100100 1001010

Color Harmonies of #D57AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AFF

Black with #D57AFF

Text Example


Text Example

White with #D57AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AFF; }

 p { color: rgb(213,122,255); }

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

background-color css

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

 a { background-color: rgb(213,122,255); }

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

border-color css

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

 span { border-color: rgb(213,122,255); }

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