Html Css Color HEX #D57BF1 Heliotrope

📋 copy color: '#D57BF1'

red 213 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #D57BF1

Tints of Heliotrope #D57BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.32%

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 36.92%
G = 21.32%
B = 41.77%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D57BF1 (or 0xD57BF1) is known color: Heliotrope. HEX triplet: D5, 7B and F1. RGB value is (213,123,241). Sum of RGB (Red+Green+Blue) = 213+123+241=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #D57BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BF1 is #2A840E. Grayscale: #A2A2A2. Windows color (decimal): -2786319 or 15825877. OLE color: 15825877.

HSL color Cylindrical-coordinate representation of color #D57BF1: hue angle of 285.76º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57BF1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 123 241 -
CMYK 0.12 0.49 0 0.05
HSL 285.76º 0.81% 0.71% -
HSV(B) 285.76º 0.49% 0.95% -
XYZ 50.4 34.66 87.25 -
YUV 163.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 213 123 241 0.12 0.49 0 0.05 285.76 0.81 0.71
Hex D5 7B F1 C 31 0 5 11E 51 47
Octal 325 173 361 14 61 0 5 436 121 107
Binary 11010101 1111011 11110001 1100 110001 0 101 100011110 1010001 1000111

Color Harmonies of #D57BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BF1

Black with #D57BF1

Text Example


Text Example

White with #D57BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BF1; }

 p { color: rgb(213,123,241); }

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

background-color css

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

 a { background-color: rgb(213,123,241); }

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

border-color css

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

 span { border-color: rgb(213,123,241); }

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