Html Css Color HEX #D551F2 Heliotrope

📋 copy color: '#D551F2'

red 213 ◦ green 81 ◦ blue 242

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

Shades of Heliotrope #D551F2

Tints of Heliotrope #D551F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.11%

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 39.74%
G = 15.11%
B = 45.15%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D551F2 (or 0xD551F2) is known color: Heliotrope. HEX triplet: D5, 51 and F2. RGB value is (213,81,242). Sum of RGB (Red+Green+Blue) = 213+81+242=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #D551F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551F2 is #2AAE0D. Grayscale: #8A8A8A. Windows color (decimal): -2797070 or 15880661. OLE color: 15880661.

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

Color convert

RGB 213 81 242 -
CMYK 0.12 0.67 0 0.05
HSL 289.19º 0.86% 0.63% -
HSV(B) 289.19º 0.67% 0.95% -
XYZ 46.41 26.44 86.66 -
YUV 138.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 213 81 242 0.12 0.67 0 0.05 289.19 0.86 0.63
Hex D5 51 F2 C 43 0 5 121 56 3F
Octal 325 121 362 14 103 0 5 441 126 77
Binary 11010101 1010001 11110010 1100 1000011 0 101 100100001 1010110 111111

Color Harmonies of #D551F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551F2

Black with #D551F2

Text Example


Text Example

White with #D551F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551F2; }

 p { color: rgb(213,81,242); }

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

background-color css

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

 a { background-color: rgb(213,81,242); }

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

border-color css

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

 span { border-color: rgb(213,81,242); }

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