Html Css Color HEX #D551FD Heliotrope

📋 copy color: '#D551FD'

red 213 ◦ green 81 ◦ blue 253

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

Shades of Heliotrope #D551FD

Tints of Heliotrope #D551FD

RGB

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

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

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

R = 38.94%
G = 14.81%
B = 46.25%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D551FD (or 0xD551FD) is known color: Heliotrope. HEX triplet: D5, 51 and FD. RGB value is (213,81,253). Sum of RGB (Red+Green+Blue) = 213+81+253=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D551FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551FD is #2AAE02. Grayscale: #8B8B8B. Windows color (decimal): -2797059 or 16601557. OLE color: 16601557.

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

Color convert

RGB 213 81 253 -
CMYK 0.16 0.68 0 0.01
HSL 286.05º 0.98% 0.65% -
HSV(B) 286.05º 0.68% 0.99% -
XYZ 48.11 27.12 95.63 -
YUV 140.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 213 81 253 0.16 0.68 0 0.01 286.05 0.98 0.65
Hex D5 51 FD 10 44 0 1 11E 62 41
Octal 325 121 375 20 104 0 1 436 142 101
Binary 11010101 1010001 11111101 10000 1000100 0 1 100011110 1100010 1000001

Color Harmonies of #D551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551FD

Black with #D551FD

Text Example


Text Example

White with #D551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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